summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Radke2010-06-20 11:52:28 +0000
committerAndreas Radke2010-06-20 11:52:28 +0000
commit9d5349d6f71eb4f7fa95375ecacbf35a5b917018 (patch)
treed2c63866ee12fcb1952fbb862d4bf422c1001643 /PKGBUILD
parent4ca02e4cb4ab05884f0889f371f9e0aebe16add4 (diff)
downloadaur-9d5349d6f71eb4f7fa95375ecacbf35a5b917018.tar.gz
upgpkg: 0.997-4
the gimp plugin checks for the xsane EULA license on the first run, so we need to depend on xsane
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0d267c14147..ed97e6adb873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,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')
@@ -39,7 +39,7 @@ package_xsane() {
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