summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c139b8817cd8..7088ab61a50f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pygtrie
pkgdesc = Python library implementing a trie data structure
pkgver = 2.3.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/google/pygtrie
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 900caf38e546..e72f9034fcfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pyname=pygtrie
pkgname=python-$_pyname
pkgver=2.3.3
-pkgrel=2
+pkgrel=3
pkgdesc='Python library implementing a trie data structure'
arch=(any)
url="https://github.com/google/$_pyname"
@@ -16,7 +16,7 @@ source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$
sha256sums=('2204dbd95584f67821da5b3771c4305ac5585552b3230b210f1f05322608db2c')
build() {
- cd pygtrie-$pkgver
+ cd "$_archive"
python setup.py build
}