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

Florian Pritz bluewind at archlinux.org
Sun Nov 23 13:12:50 UTC 2014


    Date: Sunday, November 23, 2014 @ 14:12:50
  Author: bluewind
Revision: 122994

upgpkg: lib32-libcups 2.0.1-2

upstream update

Modified:
  lib32-libcups/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-23 12:23:52 UTC (rev 122993)
+++ PKGBUILD	2014-11-23 13:12:50 UTC (rev 122994)
@@ -4,7 +4,7 @@
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
 license=('GPL')
@@ -38,5 +38,6 @@
 package() {
   cd ${srcdir}/cups-${pkgver}
   make BUILDROOT=${pkgdir} install-libs
+  rm -rf "$pkgdir/usr/lib"
 }
 



More information about the arch-commits mailing list