summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-04-20 21:33:22 +0800
committerPumpkinCheshire2021-04-20 21:33:22 +0800
commit5229ce85b76427863fe0157c129f56f6744a133a (patch)
treed25d5b212c2f72447f7fc2797c935ca6109c535f
parent98e0a06b755b94564462aa8c4f00084609bf9866 (diff)
downloadaur-5229ce85b76427863fe0157c129f56f6744a133a.tar.gz
bump 3.1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0301abcc1e..5f3063d571e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = python-langcodes
pkgdesc = A toolkit for working with and comparing the standardized codes for languages
- pkgver = 2.1.0
- pkgrel = 3
+ pkgver = 3.1.0
+ pkgrel = 1
url = https://github.com/LuminosoInsight/langcodes
arch = any
license = Apache
makedepends = python
makedepends = python-setuptools
- depends = python-marisa-trie
- source = https://files.pythonhosted.org/packages/source/l/langcodes/langcodes-2.1.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/l/langcodes/langcodes-3.1.0.tar.gz
source = https://raw.githubusercontent.com/LuminosoInsight/langcodes/master/LICENSE.txt
- sha256sums = 75bcaca8825e1a321965b136815dee53083c63314975e024ad0ccff8545e681f
- sha256sums = 326f0f4093cf7bc8d89e3711d96cb73cfa7ce7c0381a83760c6e821f96badf7f
+ sha256sums = 1ccd37e3a68760d29ec3b17f5962cd1d8f242f4d9705ad1601c5cb7fab48199c
+ sha256sums = 84b11b945d88ab72e3790c5c2a0f8d0480f77d803bd810b5b149023bfce265af
pkgname = python-langcodes
diff --git a/PKGBUILD b/PKGBUILD
index cde6bb34a837..81e78582403e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
_name=langcodes
pkgname=python-langcodes
-pkgver=2.1.0
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
pkgdesc="A toolkit for working with and comparing the standardized codes for languages"
arch=('any')
url="https://github.com/LuminosoInsight/langcodes"
license=('Apache')
makedepends=('python'
'python-setuptools')
-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')
+sha256sums=('1ccd37e3a68760d29ec3b17f5962cd1d8f242f4d9705ad1601c5cb7fab48199c'
+ '84b11b945d88ab72e3790c5c2a0f8d0480f77d803bd810b5b149023bfce265af')
build() {
cd "$srcdir/$_name-$pkgver"