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 597928e88995..0a1a23a83331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.12.1
+pkgver=8.13.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/e6/34/e8a60b6f4d7a3b2d8c6ba74f89e1a4ee4deea7ad56bae0eadfac81d9f349/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('ee613a6d06c277711be8d88057cd7990')
+source=("https://files.pythonhosted.org/packages/8b/29/0bb6b328acf7cdb659dffdc6adf67334e6da8a77607c7a7d722fd359b1f5/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('3d68e27b56224eda77d0b80e0ab1a6c8')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"