summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Züger2022-04-19 09:41:44 +0200
committerPeter Züger2022-04-19 09:41:44 +0200
commit5bf0a3e62b3b0aaf0fd03dd691f296124b17156e (patch)
tree29f051d93d9146f79be1f0e8f01404d09630bd5c /PKGBUILD
parent9c717dc5a279e850ac7a2b20c6d59356b87cdd18 (diff)
downloadaur-5bf0a3e62b3b0aaf0fd03dd691f296124b17156e.tar.gz
version upgrade 8.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a1a23a83331..c085a84124c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.13.0
+pkgver=8.14.0
pkgrel=1
pkgdesc="This module performs conversions between Python values and C bit field structs represented as Python byte strings"
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/eerimoq/bitstruct"
license=('custom')
makedepends=('python-setuptools')
depends=('python')
-source=("https://files.pythonhosted.org/packages/8b/29/0bb6b328acf7cdb659dffdc6adf67334e6da8a77607c7a7d722fd359b1f5/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('3d68e27b56224eda77d0b80e0ab1a6c8')
+source=("https://files.pythonhosted.org/packages/b6/c7/923e31ac7d7276f2609b22c146c703642cc9ae5a64643601f2e4ff747001/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('fbaddbe1eafc20018071281fbde38c50')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"