diff options
Diffstat (limited to 'extra/sane/PKGBUILD')
-rw-r--r-- | extra/sane/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/sane/PKGBUILD b/extra/sane/PKGBUILD index 24db28655..f33ec148e 100644 --- a/extra/sane/PKGBUILD +++ b/extra/sane/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197703 2013-10-28 17:39:46Z tpowa $ +# $Id: PKGBUILD 198401 2013-10-30 14:38:47Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Simo L. <neotuli@yahoo.com> @@ -20,7 +20,6 @@ source=(ftp://ftp.archlinux.org/other/sane/$pkgname-backends-$pkgver.tar.gz 'saned.service' 'network.patch' 'segfault-avahi-fix-kodakio.patch') -options=(!libtool) prepare() { cd "${srcdir}/${pkgname}-backends-${pkgver}" |