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

Tobias Powalowski tpowa at archlinux.org
Sun Sep 20 15:42:37 UTC 2009


    Date: Sunday, September 20, 2009 @ 11:42:36
  Author: tpowa
Revision: 52473

upgpkg: cups 1.4.1-1
    bump to new version

Modified:
  cups/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-20 12:22:06 UTC (rev 52472)
+++ PKGBUILD	2009-09-20 15:42:36 UTC (rev 52473)
@@ -3,8 +3,8 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.cups.org/"
@@ -13,19 +13,11 @@
 source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
         cups 
         cups.logrotate 
-        cups.pam
-        fix-infinite-usb-loop.patch)
+        cups.pam)
 options=('!emptydirs')
-md5sums=('bc5e777d4320cecdd1a64de8035171a8'
-         '5c85b7d8d2ddd02c2c64955cebbf55ea'
-         'f861b18f4446c43918c8643dcbbd7f6d'
-         '96f82c38f3f540b53f3e5144900acf17'
-         'fdb2e521fe3a6bd6d82acc943acd7e90')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
-  # fix usb loop #http://bugs.archlinux.org/task/15998
-  patch -Np1 -i ../fix-infinite-usb-loop.patch || return 1
   # Rebuild configure script for --enable-avahi.
   aclocal -I config-scripts
   autoconf -I config-scripts
@@ -88,3 +80,7 @@
   # compress some driver files, adopted from Fedora
   find ${pkgdir}/usr/share/cups/model -name "*.ppd" | xargs gzip -n9f
 }
+md5sums=('587a58039c112ecb3c932e048c8a7b01'
+         '5c85b7d8d2ddd02c2c64955cebbf55ea'
+         'f861b18f4446c43918c8643dcbbd7f6d'
+         '96f82c38f3f540b53f3e5144900acf17')




More information about the arch-commits mailing list