diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /community/libtorrent/PKGBUILD | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
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 01884fc7b..c55b3e5c1 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}" |