summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-11-16 15:02:19 +0800
committerPumpkinCheshire2021-11-16 15:02:19 +0800
commitfc8fbab3d988774c5d01434aac733c8e550a4b83 (patch)
treeeafd244c76d96ac03253eae09ecb07e0bde8100d
parent06570656a2e69584f4f1052c271b8348b56114c3 (diff)
downloadaur-fc8fbab3d988774c5d01434aac733c8e550a4b83.tar.gz
bump to 3.3.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63df126b5d7d..9ab327a6adb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=langcodes
pkgname=python-langcodes
-pkgver=3.2.1
+pkgver=3.3.0
pkgrel=1
pkgdesc='A toolkit for working with and comparing the standardized codes for languages'
arch=('any')
@@ -18,8 +18,8 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"https://raw.githubusercontent.com/LuminosoInsight/langcodes/master/LICENSE.txt"
)
-b2sums=('2b82562a7f55e7bfb2d52203a46ee6dd12cd91ee4527268583f8da6b8c3c589ed17239bb4723e1a1d8604af766cf2de6997eae9c4f29333bf57bdc11d9a0229f'
- 'afaae2fb675c7a953af2d251e57efa75ebe6278f5858c9f802bdec25490f589ba6f85df8d73377f302a8c6120314a479e97ce557315b9352c4d293fe84ba5435')
+b2sums=('2aaecc132ff7d58023591b2c8597d554d384b3e7f1f9bdc34998dab543d8eee0f4bffedd7c9a5beecf609d0b4117bb45e44f2eecb78c02dcd021c7b6e7648487'
+ 'afaae2fb675c7a953af2d251e57efa75ebe6278f5858c9f802bdec25490f589ba6f85df8d73377f302a8c6120314a479e97ce557315b9352c4d293fe84ba5435')
build() {
cd "$srcdir/$_name-$pkgver" || exit