summaryrefslogtreecommitdiff
path: root/pcr/python2-args
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 07:13:52 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 07:13:52 -0500
commitb0ecbba8b1d3f4c3ca30cf5f3110ce27dadf7b9e (patch)
tree59c8bc5f56a20a8ff98d125d076ba81a3e9d5f98 /pcr/python2-args
parent81296419127a370e416fc2ad9ae9f5fe210fb94b (diff)
python2-args-0.r37.36c727b-2: rebuild
Diffstat (limited to 'pcr/python2-args')
-rw-r--r--pcr/python2-args/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/python2-args/PKGBUILD b/pcr/python2-args/PKGBUILD
index e37d864c7..6a195c6a3 100644
--- a/pcr/python2-args/PKGBUILD
+++ b/pcr/python2-args/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=python2-args
_pkgname=args
pkgver=0.r37.36c727b
-pkgrel=1
+pkgrel=2
pkgdesc="Command Arguments for Humans."
arch=('any')
url="https://pypi.python.org/pypi/args/"
-license=('BSD')
+license=('BSD2')
depends=('python2' 'git' 'python2-setuptools')
source=("$pkgname::git+https://github.com/kennethreitz/args")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"