summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent5bf0a3e62b3b0aaf0fd03dd691f296124b17156e (diff)
downloadaur-7b9319852656bbd993f7ed1c494f2516b7419bab.tar.gz
version upgrade 8.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"