aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-09-19 21:27:42 +0200
committerMichał Polański <michal@polanski.me>2021-09-19 21:27:42 +0200
commit9050f92c1124e16824ea0ddc7aa3a45bfa9306f8 (patch)
treeddfe638890bfbb00ccb51d6757010a9ecb209572
parent248993bbeee686c67567b844f19347258694434c (diff)
community/py3-bitstring: upgrade to 3.1.9
-rw-r--r--community/py3-bitstring/APKBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/py3-bitstring/APKBUILD b/community/py3-bitstring/APKBUILD
index 926661cf68a..86fe8a79d6a 100644
--- a/community/py3-bitstring/APKBUILD
+++ b/community/py3-bitstring/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Michał Adamski <michal@ert.pl>
pkgname=py3-bitstring
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Simple construction, analysis and modification of binary data."
+pkgver=3.1.9
+pkgrel=0
+pkgdesc="Simple construction, analysis and modification of binary data"
url="https://github.com/scott-griffiths/bitstring"
-arch="noarch"
license="MIT"
+arch="noarch"
depends="python3"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/b/bitstring/bitstring-$pkgver.tar.gz"
@@ -20,6 +20,9 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
}
-sha512sums="3c05222b6a6a885664adebb1ea455ef4e199c91698b89bc136a7d3f5f7ceb38868c9883509ba4067c163e1521f85c36abbff9763a590cbfa99705fd08d2a6a6f bitstring-3.1.7.tar.gz"
+
+sha512sums="
+e47e27fdf98486cb1968ef6dad4c90cc673487e18b9da79ba176ed73be4ff629360330e6e3bb422edd4c5e104af437169739f9000f93917a2fe0e8448a0b42d0 bitstring-3.1.9.tar.gz
+"