summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192023-04-23 14:38:41 +0000
committerspecter1192023-04-23 14:38:41 +0000
commit706af054c31e0c74a79c53ee144fee3ce8e0a58e (patch)
tree7a7285d27eddf29cd5f9fc9550d0abab7298cbbe
parent15568a720025f95c70a31ac3671c36e683788cdf (diff)
downloadaur-python-language-tags.tar.gz
1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969b253e4d8e..fa937cf69faa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-language-tags
pkgdesc = This Python API offers a way to validate and lookup languages tags.
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://pypi.org/project/language-tags
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3
- source = https://files.pythonhosted.org/packages/source/l/language_tags/language_tags-1.1.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/l/language_tags/language_tags-1.2.0.tar.gz
source = https://raw.githubusercontent.com/OnroerendErfgoed/language-tags/master/LICENSE
- md5sums = c6343ef05e290184193705c99a5fda23
- md5sums = 1a7fd91902bbb2161822216d652f018e
+ sha256sums = e934acba3e3dc85f867703eca421847a9ab7b7679b11b5d5cfd096febbf8bde6
+ sha256sums = SKIP
pkgname = python-language-tags
diff --git a/PKGBUILD b/PKGBUILD
index cff77e94a71f..51bcf4ac5e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-language-tags
_name=${pkgname#python-}
_name=${_name//-/_}
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='This Python API offers a way to validate and lookup languages tags.'
arch=('any')
@@ -13,8 +13,8 @@ depends=('python>=3')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/OnroerendErfgoed/language-tags/master/LICENSE")
-md5sums=('c6343ef05e290184193705c99a5fda23'
- '1a7fd91902bbb2161822216d652f018e')
+sha256sums=('e934acba3e3dc85f867703eca421847a9ab7b7679b11b5d5cfd096febbf8bde6'
+ 'SKIP')
build() {
cd "$srcdir/${_name}-$pkgver"