diff options
Diffstat (limited to 'community/sleuthkit/PKGBUILD')
-rw-r--r-- | community/sleuthkit/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/sleuthkit/PKGBUILD b/community/sleuthkit/PKGBUILD index be0e0130a..9a9a72aee 100644 --- a/community/sleuthkit/PKGBUILD +++ b/community/sleuthkit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98535 2013-10-13 00:21:07Z jlichtblau $ +# $Id: PKGBUILD 99988 2013-10-31 02:51:42Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> @@ -10,7 +10,6 @@ arch=('i686' 'x86_64') url='http://www.sleuthkit.org/sleuthkit' license=('GPL2' 'CPL' 'custom:"IBM Public Licence"') depends=('perl') -options=('!libtool') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) sha256sums=('58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3') |