diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-29 01:05:10 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-29 01:05:10 +0300 |
commit | 298406da552503ae77d064a2589662920198b89a (patch) | |
tree | 953133b52e324715913ea561d497228b63545a64 /testing/py3-pysendfile/APKBUILD | |
parent | f393d8cac462bb29658fecd67ce7ba21682e4fc1 (diff) | |
download | aports-298406da552503ae77d064a2589662920198b89a.tar.bz2 aports-298406da552503ae77d064a2589662920198b89a.tar.xz |
testing/py3-pysendfile: fix provides
Diffstat (limited to 'testing/py3-pysendfile/APKBUILD')
-rw-r--r-- | testing/py3-pysendfile/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pysendfile/APKBUILD b/testing/py3-pysendfile/APKBUILD index 91dc3d7ce1..3e57fdb4ef 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" |