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

Andrea Scarpino andrea at archlinux.org
Sat Sep 5 10:24:22 UTC 2009


    Date: Saturday, September 5, 2009 @ 06:24:22
  Author: andrea
Revision: 51133

fix system-config-printer dependence, rebuild isn't needed

Modified:
  kdeadmin/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-05 10:11:33 UTC (rev 51132)
+++ PKGBUILD	2009-09-05 10:24:22 UTC (rev 51133)
@@ -66,7 +66,7 @@
 
 package_kdeadmin-system-config-printer-kde() {
 	pkgdesc='Configure local and remote Printers'
-	depends=('kdebindings-python' 'system-config-printer>=1.1.7-3' )
+	depends=('kdebindings-python' 'system-config-printer-common')
 	cd $srcdir/build/system-config-printer-kde
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list