summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Züger2023-03-13 10:46:37 +0100
committerPeter Züger2023-03-13 10:46:37 +0100
commit02524020a4880f21189d0855b4aee2af457d8799 (patch)
tree0c7104a4aefaad82e8312460d211fb33f9c0bf22
parentef9ea585507a7329d5adcf28f9271afbdb0cb4d5 (diff)
downloadaur-02524020a4880f21189d0855b4aee2af457d8799.tar.gz
version upgrade 8.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c90249e7f472..6d3f756f9fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-bitstruct
pkgdesc = This module performs conversions between Python values and C bit field structs represented as Python byte strings
- pkgver = 8.16.1
+ pkgver = 8.17.0
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
license = custom
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/f3/ef/6d216368240699a7b4d053efe998c95134676bdf37166aa590ecb790e3f4/bitstruct-8.16.1.tar.gz
- sha256sums = f788bd56ce54abfdef7e459a81f0451b554c89e5c417c4a237600f5d7021e9ca
+ source = https://files.pythonhosted.org/packages/35/30/bbca95e38135ab88e95532b5b5d45287c34aa0066a9b8dd9b4f13ffdefd3/bitstruct-8.17.0.tar.gz
+ sha256sums = eb94b40e4218a23aa8f90406b836a9e6ed83e48b8d112ce3f96408463bd1b874
pkgname = python-bitstruct
diff --git a/PKGBUILD b/PKGBUILD
index d16e1e8f9237..27ee14c57d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bitstruct
_pkgname=bitstruct
-pkgver=8.16.1
+pkgver=8.17.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/f3/ef/6d216368240699a7b4d053efe998c95134676bdf37166aa590ecb790e3f4/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('f788bd56ce54abfdef7e459a81f0451b554c89e5c417c4a237600f5d7021e9ca')
+source=("https://files.pythonhosted.org/packages/35/30/bbca95e38135ab88e95532b5b5d45287c34aa0066a9b8dd9b4f13ffdefd3/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('eb94b40e4218a23aa8f90406b836a9e6ed83e48b8d112ce3f96408463bd1b874')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"