summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:13:07 +1100
committerPumpkinCheshire2020-12-04 09:13:07 +1100
commit98e0a06b755b94564462aa8c4f00084609bf9866 (patch)
tree85a6770df4643bb5c1c887e4ef8b05bfdb7de5f5
parentc7065465e786ee58a9758de8f5c90ac88c817e70 (diff)
downloadaur-98e0a06b755b94564462aa8c4f00084609bf9866.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e5882514ce1..ee0301abcc1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-langcodes
pkgdesc = A toolkit for working with and comparing the standardized codes for languages
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/LuminosoInsight/langcodes
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index d8ed9c384e7d..cde6bb34a837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=langcodes
pkgname=python-langcodes
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A toolkit for working with and comparing the standardized codes for languages"
arch=('any')
url="https://github.com/LuminosoInsight/langcodes"
@@ -14,7 +14,7 @@ depends=("python-marisa-trie")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/LuminosoInsight/langcodes/master/LICENSE.txt")
sha256sums=('75bcaca8825e1a321965b136815dee53083c63314975e024ad0ccff8545e681f'
- '326f0f4093cf7bc8d89e3711d96cb73cfa7ce7c0381a83760c6e821f96badf7f')
+ '326f0f4093cf7bc8d89e3711d96cb73cfa7ce7c0381a83760c6e821f96badf7f')
build() {
cd "$srcdir/$_name-$pkgver"