summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a178905edede..5f8f16ce1ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-iso639-lang
pkgdesc = A lightweight library for the ISO 639 standard.
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/LBeaudoux/iso639
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = python-iso639-lang-2.0.1.tar.gz::https://github.com/LBeaudoux/iso639/archive/refs/tags/v2.0.1.tar.gz
- sha256sums = ab40ce1889ff812310d78b700f7d16167ff0144fe83b43455f1d0c1a4c723960
+ source = python-iso639-lang-2.1.0.tar.gz::https://github.com/LBeaudoux/iso639/archive/refs/tags/v2.1.0.tar.gz
+ sha256sums = 2ffe80b13adb336687925ec1d6e46749f3a82e289d998e58eb2350b3fb79e486
pkgname = python-iso639-lang
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}"