summaryrefslogtreecommitdiff
path: root/extra/pycups
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-30 10:35:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-30 10:35:40 +0200
commit1addb62992395c33a9762e6b68259c59fa0c96f4 (patch)
tree00d001e3a93cfb3a3b1f27f9cd52fcb58bb70999 /extra/pycups
parent2d0e587bd1c7ac060a95a0e20cfe00ab19db7e14 (diff)
parent263884f95012e159a0be10444ef96bbf56e70545 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/sword/PKGBUILD extra/imagemagick/PKGBUILD gnome-unstable/empathy/PKGBUILD gnome-unstable/gcr/PKGBUILD gnome-unstable/gnome-dictionary/PKGBUILD gnome-unstable/gnome-keyring/PKGBUILD gnome-unstable/gnome-screenshot/PKGBUILD gnome-unstable/gnome-terminal/PKGBUILD gnome-unstable/gucharmap/PKGBUILD gnome-unstable/gucharmap/gucharmap.install gnome-unstable/libgnome-keyring/PKGBUILD gnome-unstable/librsvg/PKGBUILD gnome-unstable/mousetweaks/PKGBUILD gnome-unstable/pygobject/PKGBUILD gnome-unstable/seahorse/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'extra/pycups')
-rw-r--r--extra/pycups/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/pycups/PKGBUILD b/extra/pycups/PKGBUILD
index b6113fd99..b822b938a 100644
--- a/extra/pycups/PKGBUILD
+++ b/extra/pycups/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 140387 2011-10-12 02:51:45Z eric $
+# $Id: PKGBUILD 154446 2012-03-28 18:30:40Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=pycups
-pkgver=1.9.60
+pkgver=1.9.61
pkgrel=1
pkgdesc="Python CUPS Bindings"
url="http://cyberelk.net/tim/software/pycups/"
@@ -11,8 +11,8 @@ arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libcups' 'python2')
source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('083f3dd657df986e712a6fae36427457'
- 'cda91ca46362ba3423df2f08c33de5cb')
+md5sums=('7464093b349b907dcdefb913674e959b'
+ 'cb780142a614300792a08d462e198589')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"