summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Merry2017-05-24 13:10:29 +0100
committerAlex Merry2017-05-24 13:10:29 +0100
commit556ab258ad475a6b8e8738327e203e1438d45acf (patch)
treea1acade7ce252cae2115fe4546162600aa3b52c7 /PKGBUILD
parentefd06544cf9b8142c5fe30bec3e6922f5a9e5a66 (diff)
downloadaur-556ab258ad475a6b8e8738327e203e1438d45acf.tar.gz
Update to 1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e07da88069e3..836325d8a7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Merry <dev@randomguy3.me.uk>
pkgname=python-stdnum
-pkgver=1.1
+pkgver=1.6
pkgrel=1
pkgdesc='Aims to provide functions to handle, parse and validate standard numbers, e.g. IBAN, EAN, ISBN'
arch=(any)
@@ -10,7 +10,7 @@ license=('LGPL2.1')
depends=('python')
makedepends=('python-distribute')
source=("http://arthurdejong.org/python-stdnum/python-stdnum-${pkgver}.tar.gz")
-md5sums=('c799e21f1adc8b0d17715baa871fd598')
+md5sums=('cf378f5b8eaab5020179d2ac56d4dbd9')
package() {
cd "$srcdir/python-stdnum-$pkgver"