summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Glöckner2020-11-28 03:02:29 +0100
committerSeverin Glöckner2020-11-28 03:02:29 +0100
commita331e64a418a52663cf7529162c5a628404227f2 (patch)
tree46f5f7bebc6c4dffd7f06dec953360764858874e
parentead9b6025c4d6cdb5ce6ae0a55c25262e32790b8 (diff)
downloadaur-a331e64a418a52663cf7529162c5a628404227f2.tar.gz
Update to 1.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44b9da9ed6b..24c682f4017f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Tue Apr 17 17:49:28 UTC 2018
pkgbase = python2-stdnum
pkgdesc = Aims to provide functions to handle, parse and validate standard numbers, e.g. IBAN, EAN, ISBN
- pkgver = 1.9
+ pkgver = 1.14
pkgrel = 1
url = http://arthurdejong.org/python-stdnum/
arch = any
license = LGPL2.1
makedepends = python2-setuptools
depends = python2
- source = http://arthurdejong.org/python-stdnum/python-stdnum-1.9.tar.gz
- md5sums = 09c29ef869ef2743305785ce58b6bfd0
+ source = http://arthurdejong.org/python-stdnum/python-stdnum-1.14.tar.gz
+ md5sums = ddef8658898fb0f2ce90a19c80d97c0f
pkgname = python2-stdnum
diff --git a/PKGBUILD b/PKGBUILD
index 055805c70e24..fb39775ca4da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Alex Merry <dev@randomguy3.me.uk>
+# Maintainer: Severin Glöckner <sgloeck@imn.htwk-leipzig,de>
+# Contributor: Alex Merry <dev@randomguy3.me.uk>
pkgname=python2-stdnum
-pkgver=1.9
+pkgver=1.14
pkgrel=1
pkgdesc='Aims to provide functions to handle, parse and validate standard numbers, e.g. IBAN, EAN, ISBN'
arch=(any)
@@ -10,7 +11,7 @@ license=('LGPL2.1')
depends=('python2')
makedepends=('python2-setuptools')
source=("http://arthurdejong.org/python-stdnum/python-stdnum-${pkgver}.tar.gz")
-md5sums=('09c29ef869ef2743305785ce58b6bfd0')
+md5sums=('ddef8658898fb0f2ce90a19c80d97c0f')
package() {
cd "$srcdir/python-stdnum-$pkgver"