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

Antonio Rojas arojas at archlinux.org
Sat Mar 26 19:57:40 UTC 2016


    Date: Saturday, March 26, 2016 @ 20:57:39
  Author: arojas
Revision: 262586

Fix conflicts with libksane 16.04

Modified:
  libksane4/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-26 19:45:52 UTC (rev 262585)
+++ PKGBUILD	2016-03-26 19:57:39 UTC (rev 262586)
@@ -6,7 +6,7 @@
 pkgname=libksane4
 _pkgname=libksane
 pkgver=15.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="An image scanning library"
 url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane"
 arch=(i686 x86_64)
@@ -35,4 +35,7 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
+
+# Fix conflicts with libksane>=16.04
+  rm -r "$pkgdir"/usr/share
 }



More information about the arch-commits mailing list