summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2022-06-07 09:29:24 +0200
committerPeter Züger2022-06-07 09:29:24 +0200
commit530a65be0f330953878a967bbb12646673e2cc07 (patch)
tree0e4d29ee6273e80bb125b7a38db8a22f21a4b84b
parent7b9319852656bbd993f7ed1c494f2516b7419bab (diff)
downloadaur-530a65be0f330953878a967bbb12646673e2cc07.tar.gz
version upgrade 8.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35134a565535..417f519340c5 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.1
+ pkgver = 8.15.0
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
license = custom
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/70/0b/6f3f7161601ea761dac78ee5f429a0d7d69dcd2a34dcc15da8c124d7c35b/bitstruct-8.14.1.tar.gz
- md5sums = 3e319af37eed89c471685ff0cb2dfbce
+ source = https://files.pythonhosted.org/packages/4d/72/066c87ff129881fbf2d041332e2bfd3b275d3fa9cc7088ae2afb670ee045/bitstruct-8.15.0.tar.gz
+ md5sums = f9946c6e07067283c0e014841ae51180
pkgname = python-bitstruct
diff --git a/PKGBUILD b/PKGBUILD
index 3e2ae22801c3..ebd5e680eb60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.14.1
+pkgver=8.15.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/70/0b/6f3f7161601ea761dac78ee5f429a0d7d69dcd2a34dcc15da8c124d7c35b/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('3e319af37eed89c471685ff0cb2dfbce')
+source=("https://files.pythonhosted.org/packages/4d/72/066c87ff129881fbf2d041332e2bfd3b275d3fa9cc7088ae2afb670ee045/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('f9946c6e07067283c0e014841ae51180')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"