diff options
Diffstat (limited to 'pcr/python2-args')
-rw-r--r-- | pcr/python2-args/PKGBUILD | 5 |
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" |