summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e246aab8712b..9b4db6f0da67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sematre <sematre at gmx dot de>
pkgname=python-iso639-lang
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="A lightweight library for the ISO 639 standard."
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ab40ce1889ff812310d78b700f7d16167ff0144fe83b43455f1d0c1a4c723960')
+sha256sums=('2ffe80b13adb336687925ec1d6e46749f3a82e289d998e58eb2350b3fb79e486')
build() {
cd "iso639-${pkgver}"