diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-crc16/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-crc16/APKBUILD b/testing/py3-crc16/APKBUILD index c43d76b309..056b67d784 100644 --- a/testing/py3-crc16/APKBUILD +++ b/testing/py3-crc16/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-crc16 _pkgname=crc16 pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Python library for calculating CRC16" url="https://code.google.com/p/pycrc16/" arch="all" license="LGPL-3.0-or-later" -provides="py-crc16" # for backwards compatibility -replaces="py-crc16=$pkgver-r$pkgrel" # for backwards compatibility +replaces="py-crc16" # for backwards compatibility +provides="py-crc16=$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" |