summaryrefslogtreecommitdiff
path: root/extra/pycups
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-03 13:40:53 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-03 13:40:53 +0200
commitcac6c854c6777f9c69230e8cf4a08c25f6b981cf (patch)
tree5f6d013bde41fb361e5d6f736b6531e5bb47cd34 /extra/pycups
parent5fcf983414b164c522a9ba73df27b13d28cde35b (diff)
parent60f7eab28ba0dd57c8ce519609f393dd3931b621 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: multilib/lib32-libcups/PKGBUILD multilib/lib32-mesa/PKGBUILD multilib/lib32-qt/PKGBUILD multilib/wine_gecko/PKGBUILD staging/kdebase-runtime/PKGBUILD staging/kdegraphics-gwenview/PKGBUILD staging/libkexiv2/PKGBUILD testing/akonadi/PKGBUILD testing/k3b/PKGBUILD testing/kdebase-workspace/PKGBUILD testing/kdebindings-python/PKGBUILD testing/kdeedu-kig/PKGBUILD testing/kdeedu-rocs/PKGBUILD testing/openldap/PKGBUILD testing/openldap/slapd
Diffstat (limited to 'extra/pycups')
-rw-r--r--extra/pycups/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/pycups/PKGBUILD b/extra/pycups/PKGBUILD
index b822b938a..e1342e7a3 100644
--- a/extra/pycups/PKGBUILD
+++ b/extra/pycups/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 154446 2012-03-28 18:30:40Z andrea $
+# $Id: PKGBUILD 164649 2012-08-01 18:38:32Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=pycups
-pkgver=1.9.61
+pkgver=1.9.62
pkgrel=1
pkgdesc="Python CUPS Bindings"
url="http://cyberelk.net/tim/software/pycups/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libcups' 'python2')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('7464093b349b907dcdefb913674e959b'
- 'cb780142a614300792a08d462e198589')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('b62fb397c0997dc4adf44487f4bdf5ae'
+ 'ced304a64389f2a0cf4178acc002562d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"