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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 20 11:52:28 UTC 2010


    Date: Sunday, June 20, 2010 @ 07:52:28
  Author: andyrtr
Revision: 82992

upgpkg: xsane 0.997-4
the gimp plugin checks for the xsane EULA license on the first run, so we need to depend on xsane

Modified:
  xsane/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-20 11:36:27 UTC (rev 82991)
+++ PKGBUILD	2010-06-20 11:52:28 UTC (rev 82992)
@@ -5,7 +5,7 @@
 pkgbase=xsane
 pkgname=('xsane' 'xsane-gimp')
 pkgver=0.997
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url="http://www.xsane.org"
 license=('GPL2')
@@ -40,7 +40,7 @@
 
 package_xsane-gimp() {
   pkgdesc="XSane Gimp plugin"
-  depends=('sane' 'gimp')
+  depends=('xsane' 'gimp')
   cd "$srcdir/$pkgname-$pkgver"
   install -D -m755 src/xsane-gimp ${pkgdir}/usr/bin/xsane-gimp || return 1
 




More information about the arch-commits mailing list