diff options
Diffstat (limited to 'extra/libpano13/PKGBUILD')
-rw-r--r-- | extra/libpano13/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/libpano13/PKGBUILD b/extra/libpano13/PKGBUILD index e40504be1..46f9e2d23 100644 --- a/extra/libpano13/PKGBUILD +++ b/extra/libpano13/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 184405 2013-05-06 19:38:25Z foutrelis $ +# $Id: PKGBUILD 198219 2013-10-30 13:32:02Z allan $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> @@ -14,7 +14,6 @@ makedepends=('jdk7-openjdk') source=("http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz") sha1sums=('23849bdbdfc9176a2b53d157e58bd24aa0e7276e') -options=('!libtool') build() { cd "${srcdir}/${pkgname}-${pkgver}" |