summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-16 12:51:31 +0300
committerDimitris Kiziridis2020-04-16 12:51:31 +0300
commit6c4bc29869d76e445de24012a6fc6f7079bab48e (patch)
treee557baafe2cac0b705f4109a69bd4f208ff49c84
parent528b2bf4f55517ba23f9022dac82183e2280dc46 (diff)
downloadaur-6c4bc29869d76e445de24012a6fc6f7079bab48e.tar.gz
Update to 1.13
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d2b30a3b9e..381381f043ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by makepkg 5.2.1
-# Wed Nov 6 06:38:43 UTC 2019
pkgbase = python-stdnum
pkgdesc = Aims to provide functions to handle, parse and validate standard numbers, e.g. IBAN, EAN, ISBN
- pkgver = 1.12
+ pkgver = 1.13
pkgrel = 1
url = http://arthurdejong.org/python-stdnum/
arch = any
- license = LGPL2.1
+ license = LGPL-2.1
makedepends = python-distribute
depends = python
- source = http://arthurdejong.org/python-stdnum/python-stdnum-1.12.tar.gz
- sha256sums = 4c1347c414d7bdffb454924998f62c04d907a5c01faff0e35df659b0b52acba5
+ source = http://arthurdejong.org/python-stdnum/python-stdnum-1.13.tar.gz
+ md5sums = 206a28b651bac301fb3aa1004496262e
pkgname = python-stdnum
diff --git a/PKGBUILD b/PKGBUILD
index 466db1e0a078..64c6b9e5427c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
-# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Contributor: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
# Contributor: Alex Merry <dev@randomguy3.me.uk>
pkgname=python-stdnum
-pkgver=1.12
+pkgver=1.13
pkgrel=1
pkgdesc='Aims to provide functions to handle, parse and validate standard numbers, e.g. IBAN, EAN, ISBN'
-arch=(any)
+arch=('any')
url="http://arthurdejong.org/python-stdnum/"
-license=('LGPL2.1')
+license=('LGPL-2.1')
depends=('python')
makedepends=('python-distribute')
source=("http://arthurdejong.org/python-stdnum/python-stdnum-${pkgver}.tar.gz")
-sha256sums=('4c1347c414d7bdffb454924998f62c04d907a5c01faff0e35df659b0b52acba5')
+md5sums=('206a28b651bac301fb3aa1004496262e')
package() {
- cd "$srcdir/python-stdnum-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1
-}
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ python setup.py install --root="$pkgdir/" --optimize=1
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+} \ No newline at end of file