summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-15 23:46:01 +0300
committerCaleb Maclennan2021-12-15 23:46:01 +0300
commit6ba9d28c0f1f71d8ddcabba938c695959ea9a8c8 (patch)
tree46078bcc313186a8e85a930244a304931e97f53f
parent7c3b982dc448200158717a3f70965faa2b1bc312 (diff)
downloadaur-6ba9d28c0f1f71d8ddcabba938c695959ea9a8c8.tar.gz
upgpkg: python-pygtrie 2.4.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7088ab61a50f..fac723622ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pygtrie
pkgdesc = Python library implementing a trie data structure
- pkgver = 2.3.3
- pkgrel = 3
+ pkgver = 2.4.2
+ pkgrel = 1
url = https://github.com/google/pygtrie
arch = any
license = Apache
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pygtrie/pygtrie-2.3.3.tar.gz
- sha256sums = 2204dbd95584f67821da5b3771c4305ac5585552b3230b210f1f05322608db2c
+ source = https://files.pythonhosted.org/packages/source/p/pygtrie/pygtrie-2.4.2.tar.gz
+ sha256sums = 43205559d28863358dbbf25045029f58e2ab357317a59b11f11ade278ac64692
pkgname = python-pygtrie
diff --git a/PKGBUILD b/PKGBUILD
index e72f9034fcfb..ec7072abc9b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pyname=pygtrie
pkgname=python-$_pyname
-pkgver=2.3.3
-pkgrel=3
+pkgver=2.4.2
+pkgrel=1
pkgdesc='Python library implementing a trie data structure'
arch=(any)
url="https://github.com/google/$_pyname"
@@ -13,7 +13,7 @@ depends=(python)
makedepends=(python-setuptools)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('2204dbd95584f67821da5b3771c4305ac5585552b3230b210f1f05322608db2c')
+sha256sums=('43205559d28863358dbbf25045029f58e2ab357317a59b11f11ade278ac64692')
build() {
cd "$_archive"