summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Züger2023-02-17 09:34:02 +0100
committerPeter Züger2023-02-17 09:34:02 +0100
commitef9ea585507a7329d5adcf28f9271afbdb0cb4d5 (patch)
tree5a436cff226849ce85f506dcac1befc41114b411 /PKGBUILD
parentfc340b0ed5b49f4b314b6455b9883a3eac3a742b (diff)
downloadaur-ef9ea585507a7329d5adcf28f9271afbdb0cb4d5.tar.gz
version upgrade 8.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d0877fd253f..d16e1e8f9237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.15.1
+pkgver=8.16.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/96/19/7c9f846cec3f2c251b5b35d2417b91ffbf0a22a3344f5eb084cf4c1725b4/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('79b8e882a14904e2cec6341ff1115001')
+source=("https://files.pythonhosted.org/packages/f3/ef/6d216368240699a7b4d053efe998c95134676bdf37166aa590ecb790e3f4/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('f788bd56ce54abfdef7e459a81f0451b554c89e5c417c4a237600f5d7021e9ca')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"