summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-14 13:31:58 +0300
committerCaleb Maclennan2021-12-14 13:31:58 +0300
commit7c3b982dc448200158717a3f70965faa2b1bc312 (patch)
tree4fa475e8730595b999c8dfa9db308d4e0233a10b
parent78bdebbec4b3161171cc5e2c563ae5f12ee840b6 (diff)
downloadaur-7c3b982dc448200158717a3f70965faa2b1bc312.tar.gz
upgpkg: python-pygtrie 2.3.3-3
Rebuild for Python 3.10
-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
}