summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2022-04-22 08:20:07 +0200
committerPeter Züger2022-04-22 08:20:07 +0200
commit7b9319852656bbd993f7ed1c494f2516b7419bab (patch)
treec67e24259865c6cbd3da8a098813c16574a7b275
parent5bf0a3e62b3b0aaf0fd03dd691f296124b17156e (diff)
downloadaur-7b9319852656bbd993f7ed1c494f2516b7419bab.tar.gz
version upgrade 8.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5be174b3dd3b..35134a565535 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.14.0
+ pkgver = 8.14.1
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
license = custom
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/b6/c7/923e31ac7d7276f2609b22c146c703642cc9ae5a64643601f2e4ff747001/bitstruct-8.14.0.tar.gz
- md5sums = fbaddbe1eafc20018071281fbde38c50
+ source = https://files.pythonhosted.org/packages/70/0b/6f3f7161601ea761dac78ee5f429a0d7d69dcd2a34dcc15da8c124d7c35b/bitstruct-8.14.1.tar.gz
+ md5sums = 3e319af37eed89c471685ff0cb2dfbce
pkgname = python-bitstruct
diff --git a/PKGBUILD b/PKGBUILD
index c085a84124c3..3e2ae22801c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.14.0
+pkgver=8.14.1
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/b6/c7/923e31ac7d7276f2609b22c146c703642cc9ae5a64643601f2e4ff747001/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('fbaddbe1eafc20018071281fbde38c50')
+source=("https://files.pythonhosted.org/packages/70/0b/6f3f7161601ea761dac78ee5f429a0d7d69dcd2a34dcc15da8c124d7c35b/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('3e319af37eed89c471685ff0cb2dfbce')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"