aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pysendfile
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-04-29 01:05:10 +0300
committerprspkt <prspkt@protonmail.com>2019-04-29 01:05:10 +0300
commit298406da552503ae77d064a2589662920198b89a (patch)
tree953133b52e324715913ea561d497228b63545a64 /testing/py3-pysendfile
parentf393d8cac462bb29658fecd67ce7ba21682e4fc1 (diff)
testing/py3-pysendfile: fix provides
Diffstat (limited to 'testing/py3-pysendfile')
-rw-r--r--testing/py3-pysendfile/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pysendfile/APKBUILD b/testing/py3-pysendfile/APKBUILD
index 91dc3d7ce1c..3e57fdb4ef8 100644
--- a/testing/py3-pysendfile/APKBUILD
+++ b/testing/py3-pysendfile/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py3-pysendfile
_pkgname=pysendfile
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to the sendfile(2) system call"
url="https://pypi.org/project/pysendfile"
arch="all"
license="MIT"
-provides="py-sendfile" # for backwards compatibility
-replaces="py-sendfile=$pkgver-r$pkgrel" # for backwards compatibility
+replaces="py-sendfile" # for backwards compatibility
+provides="py-sendfile=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3"
makedepends="python3-dev py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"