summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3fbfefa8a8b..ed91d2fa5f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=bitvector-for-humans
pkgname=python-${_pkgname}
-pkgver=0.14.0
+pkgver=0.14.1
pkgrel=1
pkgdesc='A simple pure python Bit Vector class for Humans'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/JnyJny/bitvector'
license=('Apache')
makedepends=('python-setuptools' 'python-poetry')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('3e23412605199dd7621a453033780983536bc9280d3fa0aae498dd371101c0af')
+sha256sums=('2a3178a0cf73638e09e8b9a3191f797d80ad283c975f4daef3b34dffbac98b92')
build() {
cd "${srcdir}/bitvector-${pkgver}/bitvector"