summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2022-06-07 22:45:51 +0200
committerPeter Züger2022-06-07 22:45:51 +0200
commitfc340b0ed5b49f4b314b6455b9883a3eac3a742b (patch)
tree8ac5e3c4bf734038e4f38f7507d539ba9ca1d0ac
parent530a65be0f330953878a967bbb12646673e2cc07 (diff)
downloadaur-fc340b0ed5b49f4b314b6455b9883a3eac3a742b.tar.gz
version upgrade 8.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 417f519340c5..58bd20eaaed1 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.15.0
+ pkgver = 8.15.1
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
license = custom
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/4d/72/066c87ff129881fbf2d041332e2bfd3b275d3fa9cc7088ae2afb670ee045/bitstruct-8.15.0.tar.gz
- md5sums = f9946c6e07067283c0e014841ae51180
+ source = https://files.pythonhosted.org/packages/96/19/7c9f846cec3f2c251b5b35d2417b91ffbf0a22a3344f5eb084cf4c1725b4/bitstruct-8.15.1.tar.gz
+ md5sums = 79b8e882a14904e2cec6341ff1115001
pkgname = python-bitstruct
diff --git a/PKGBUILD b/PKGBUILD
index ebd5e680eb60..4d0877fd253f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.15.0
+pkgver=8.15.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/4d/72/066c87ff129881fbf2d041332e2bfd3b275d3fa9cc7088ae2afb670ee045/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('f9946c6e07067283c0e014841ae51180')
+source=("https://files.pythonhosted.org/packages/96/19/7c9f846cec3f2c251b5b35d2417b91ffbf0a22a3344f5eb084cf4c1725b4/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('79b8e882a14904e2cec6341ff1115001')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"