diff options
Diffstat (limited to 'community/libtorrent/PKGBUILD')
-rw-r--r-- | community/libtorrent/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index 6684a6e83..f70f88b61 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90569 2013-05-13 09:41:28Z bisson $ +# $Id: PKGBUILD 99885 2013-10-31 02:16:43Z allan $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: Jeff Mickey <jeff@archlinux.org> @@ -15,7 +15,6 @@ depends=('openssl') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7') -options=('!libtool') build() { cd "${srcdir}/${pkgname}-${pkgver}" |