summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"