[arch-commits] Commit in python-cssutils/trunk (PKGBUILD)

Jelle van der Waa jelle at nymeria.archlinux.org
Tue Dec 17 18:43:02 UTC 2013


    Date: Tuesday, December 17, 2013 @ 19:43:02
  Author: jelle
Revision: 102712

upgpkg: python-cssutils 1.0-1

Modified:
  python-cssutils/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-17 18:09:28 UTC (rev 102711)
+++ PKGBUILD	2013-12-17 18:43:02 UTC (rev 102712)
@@ -7,8 +7,8 @@
 
 pkgbase=python-cssutils
 pkgname=('python2-cssutils' 'python-cssutils')
-pkgver=0.9.10
-pkgrel=5
+pkgver=1.0
+pkgrel=1
 pkgdesc="A CSS Cascading Style Sheets library for Python"
 arch=('any')
 url="http://cthedot.de/cssutils/"
@@ -15,7 +15,7 @@
 license=('LGPL3')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip")
-md5sums=('81b5c0294c54479a54548769eaa236f8')
+md5sums=('0c0b9df329ec1461c732d0f3cba05e93')
 
 build() {
   cd "${srcdir}"
@@ -61,5 +61,5 @@
   cd "${srcdir}/cssutils-${pkgver}"
   # Currently broken..
 #  python3 setup.py test
-#  python2 setup.py test
+  python2 setup.py test
 }




More information about the arch-commits mailing list