Date: Monday, May 13, 2013 @ 08:32:09 Author: bisson Revision: 90549 remove deprecated dependency
Modified: libtorrent/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-13 06:29:15 UTC (rev 90548) +++ PKGBUILD 2013-05-13 06:32:09 UTC (rev 90549) @@ -1,3 +1,4 @@ +# $Id$ # Maintainer: Gaetan Bisson <[email protected]> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: Jeff Mickey <[email protected]> @@ -8,9 +9,9 @@ pkgrel=1 pkgdesc='BitTorrent library with a focus on high performance and good code' url='http://libtorrent.rakshasa.no/' +arch=('i686' 'x86_64') license=('GPL') -arch=('i686' 'x86_64') -depends=('libsigc++2.0' 'openssl') +depends=('openssl') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
