summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 07:17:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 07:17:43 -0500
commitab3a8c0bdc7a86d6a5d5f9f0c25c92bbbfea608b (patch)
tree7bc3ef89c5c5abb513162668042b3d146b7cab70
parenta5a783a7c37c5a6e82ecc15abac684d8ead69ff6 (diff)
python2-clint-0.4.1-1: updating version
-rw-r--r--pcr/python2-clint/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python2-clint/PKGBUILD b/pcr/python2-clint/PKGBUILD
index 8b69cc2be..568311659 100644
--- a/pcr/python2-clint/PKGBUILD
+++ b/pcr/python2-clint/PKGBUILD
@@ -1,9 +1,8 @@
# Contributor (Arch) : (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
# Contributor (Arch) : Alexander <rodseth@gmail.com>
# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackes.camp>
-
pkgname=python2-clint
-pkgver=0.3.7
+pkgver=0.4.1
pkgrel=1
pkgdesc="Module for developing commandline applications"
arch=('any')
@@ -12,6 +11,7 @@ license=('ISC')
depends=('python2')
conflicts=('python2-clint-git')
source=("http://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz")
+sha256sums=('3a9e7ba7ceaa10276bcfe85110a04633813344406ec6181063cd79210b2804a8')
package() {
cd "$srcdir/clint-$pkgver"