diff options
author | Andreas Radke | 2010-06-20 11:52:28 +0000 |
---|---|---|
committer | Andreas Radke | 2010-06-20 11:52:28 +0000 |
commit | 9d5349d6f71eb4f7fa95375ecacbf35a5b917018 (patch) | |
tree | d2c63866ee12fcb1952fbb862d4bf422c1001643 /PKGBUILD | |
parent | 4ca02e4cb4ab05884f0889f371f9e0aebe16add4 (diff) | |
download | aur-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-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |