summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2022-03-14 18:49:26 +0100
committerPeter Züger2022-03-14 18:49:26 +0100
commit9c717dc5a279e850ac7a2b20c6d59356b87cdd18 (patch)
tree7053eff6ace3a8da7dd72db30805e1ceaec384f9
parent144253e7096222f2153a017ecc9b1f7babb452ed (diff)
downloadaur-9c717dc5a279e850ac7a2b20c6d59356b87cdd18.tar.gz
version upgrade 8.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 751eca25a03e..ac35b0d1b4a6 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.12.1
+ pkgver = 8.13.0
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
license = custom
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/e6/34/e8a60b6f4d7a3b2d8c6ba74f89e1a4ee4deea7ad56bae0eadfac81d9f349/bitstruct-8.12.1.tar.gz
- md5sums = ee613a6d06c277711be8d88057cd7990
+ source = https://files.pythonhosted.org/packages/8b/29/0bb6b328acf7cdb659dffdc6adf67334e6da8a77607c7a7d722fd359b1f5/bitstruct-8.13.0.tar.gz
+ md5sums = 3d68e27b56224eda77d0b80e0ab1a6c8
pkgname = python-bitstruct
diff --git a/PKGBUILD b/PKGBUILD
index 597928e88995..0a1a23a83331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.12.1
+pkgver=8.13.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/e6/34/e8a60b6f4d7a3b2d8c6ba74f89e1a4ee4deea7ad56bae0eadfac81d9f349/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('ee613a6d06c277711be8d88057cd7990')
+source=("https://files.pythonhosted.org/packages/8b/29/0bb6b328acf7cdb659dffdc6adf67334e6da8a77607c7a7d722fd359b1f5/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('3d68e27b56224eda77d0b80e0ab1a6c8')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"