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 2cadf528f031..e33b32748277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.18.0
+pkgver=8.19.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=('MIT')
makedepends=('python-setuptools')
depends=('python')
-source=("https://files.pythonhosted.org/packages/ac/1a/f51ba0abf687433681b5607cab8307a822c56c6e43a2913c3d8f1531df7e/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('91865b210a4bfa86817537c0d934fac97fe671717f08665dc134551cfed3be13')
+source=("https://files.pythonhosted.org/packages/24/54/784b5536bf49d6a3387b16e798dce45e9296ea1c331bf48e241dc7dabacd/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('d75ba9dded85c17e885a209a00eb8e248ee40762149f2f2a79360ca857467dac')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"