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

Eric Bélanger eric at archlinux.org
Fri Oct 7 22:27:00 UTC 2011


    Date: Friday, October 7, 2011 @ 18:27:00
  Author: eric
Revision: 140152

upgpkg: pycups 1.9.59-1

Upstream update

Modified:
  pycups/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-07 22:20:16 UTC (rev 140151)
+++ PKGBUILD	2011-10-07 22:27:00 UTC (rev 140152)
@@ -3,15 +3,16 @@
 # Contributor: nesl247 <nesl247 at gmail.com>
 
 pkgname=pycups
-pkgver=1.9.58
+pkgver=1.9.59
 pkgrel=1
 pkgdesc="Python CUPS Bindings"
 url="http://cyberelk.net/tim/software/pycups/"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libcups' 'python2')
-source=("http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('320d8ce1f10dea9a3dd9054befaf6239')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('636598c3fbf49af8df26ca9afef81559'
+         '0ae46bd1db1bf6414cb1ff11ef24d678')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list