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 b31e58971dcd..e97d462924d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='itertree'
pkgname=python-$_pkgname
-pkgver=1.0.5
+pkgver=1.1.3
pkgrel=1
pkgdesc="Python tree structure for data storage and iterations"
arch=(any)
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('d4110e130f72de0952058a584b3753cc3cb85f58eedaf72ba11bc9f9534d610e')
+sha256sums=('2ebcbf46df89d526dc46681a08706203b060187afeb1fc294869c71e15b97635')
build() {
cd "$_pkgname-$pkgver"