summarylogtreecommitdiffstats
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
parent9c717dc5a279e850ac7a2b20c6d59356b87cdd18 (diff)
downloadaur-5bf0a3e62b3b0aaf0fd03dd691f296124b17156e.tar.gz
version upgrade 8.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac35b0d1b4a6..5be174b3dd3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-bitstruct
pkgdesc = This module performs conversions between Python values and C bit field structs represented as Python byte strings
- pkgver = 8.13.0
+ pkgver = 8.14.0
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
license = custom
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/8b/29/0bb6b328acf7cdb659dffdc6adf67334e6da8a77607c7a7d722fd359b1f5/bitstruct-8.13.0.tar.gz
- md5sums = 3d68e27b56224eda77d0b80e0ab1a6c8
+ source = https://files.pythonhosted.org/packages/b6/c7/923e31ac7d7276f2609b22c146c703642cc9ae5a64643601f2e4ff747001/bitstruct-8.14.0.tar.gz
+ md5sums = fbaddbe1eafc20018071281fbde38c50
pkgname = python-bitstruct
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}"