[arch-commits] Commit in libtorrent/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon May 13 06:32:09 UTC 2013


    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 <bisson at archlinux.org>
 # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
 # Contributor: Jeff Mickey <jeff at archlinux.org>
@@ -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')
 




More information about the arch-commits mailing list