summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Züger2020-12-14 18:03:59 +0100
committerPeter Züger2020-12-14 18:03:59 +0100
commit49c047febf283e6edf8e2c17221a44dc461703df (patch)
tree3c3bff97e8cc7dd263264d45aba7245108463532 /PKGBUILD
parent430f10972ab7b9ba4fc7db3bbeff6df31da91ec1 (diff)
downloadaur-49c047febf283e6edf8e2c17221a44dc461703df.tar.gz
version upgrade 8.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c53ddc104b3..6427d3b52789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.11.0
+pkgver=8.11.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/75/06/da9caba65a62a865df000ccb7c18508c3f4282658f48e72dd265867f9026/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('8eaf853c95e10ca4b6bca2fe5ff307c6')
+source=(https://files.pythonhosted.org/packages/95/33/9f094b5e32bc0927acf282199d35c384092dd73505c88fadb69292106eaf/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('9b2503b831532ea26381f5a0e2b41253')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"