summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9feb0f66132..66e9c3580ae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by mksrcinfo v8
-# Wed Jan 11 10:42:32 UTC 2017
pkgbase = python-couleur
pkgdesc = ANSI terminal tool for python, colored shell and other handy fancy features
- pkgver = 0.6.2
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/gabrielfalcao/couleur
arch = any
license = APACHE
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/c/couleur/couleur-0.6.2.tar.gz
- sha256sums = 61a2b28bf9a5dd44e827c4afb28a8b0082cf196c2984cc408b9b93f3b1ef0ae3
+ source = https://files.pythonhosted.org/packages/source/c/couleur/couleur-0.7.4.tar.gz
+ sha256sums = 1e96a5972ecd5f88716fe4e4df63d31e85f57d3ff6c02a07e93a226a663961ba
pkgname = python-couleur
-
diff --git a/PKGBUILD b/PKGBUILD
index a0cc3a6d98e8..f36261fb14c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=python-couleur
-pkgver=0.6.2
+pkgver=0.7.4
pkgrel=1
pkgdesc="ANSI terminal tool for python, colored shell and other handy fancy features"
url="https://github.com/gabrielfalcao/couleur"
@@ -9,11 +9,7 @@ license=(APACHE)
depends=('python-setuptools')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/c/couleur/couleur-$pkgver.tar.gz")
-
-prepare() {
- cd "$srcdir/couleur-$pkgver"
- 2to3 -nw .
-}
+sha256sums=('1e96a5972ecd5f88716fe4e4df63d31e85f57d3ff6c02a07e93a226a663961ba')
build() {
cd "$srcdir/couleur-$pkgver"
@@ -24,5 +20,3 @@ package() {
cd "$srcdir/couleur-$pkgver"
python setup.py install --skip-build -O1 --root="$pkgdir"
}
-
-sha256sums=('61a2b28bf9a5dd44e827c4afb28a8b0082cf196c2984cc408b9b93f3b1ef0ae3')