diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-27 13:47:11 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-27 13:47:11 -0500 |
commit | 8d1556317b87c71ef0adc4b03703fed8e1766ac5 (patch) | |
tree | e39f33bfcfdccfdbaf7ecf18d8a9e0b3eea2b69e | |
parent | 22ef9d22f878a8ba30fb627869cd2b465b5667b8 (diff) | |
download | abslibre-8d1556317b87c71ef0adc4b03703fed8e1766ac5.tar.gz abslibre-8d1556317b87c71ef0adc4b03703fed8e1766ac5.tar.bz2 abslibre-8d1556317b87c71ef0adc4b03703fed8e1766ac5.zip |
python2-clint-0.5.1-1: updating version
-rw-r--r-- | pcr/python2-clint/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/python2-clint/PKGBUILD b/pcr/python2-clint/PKGBUILD index 2e4be2e3a..c20ac269c 100644 --- a/pcr/python2-clint/PKGBUILD +++ b/pcr/python2-clint/PKGBUILD @@ -1,8 +1,9 @@ -# Maintainer (Arch): (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com> +# Maintainer (Arch): XavierCLL # Contributor (Arch): Alexander <rodseth@gmail.com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=python2-clint -pkgver=0.4.1 +pkgver=0.5.1 pkgrel=1 pkgdesc="Module for developing commandline applications" arch=('any') @@ -11,7 +12,7 @@ license=('ISC') depends=('python2') conflicts=('python2-clint-git') source=("http://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz") -sha256sums=('3a9e7ba7ceaa10276bcfe85110a04633813344406ec6181063cd79210b2804a8') +sha256sums=('05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa') package() { cd "$srcdir/clint-$pkgver" |