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

Gaetan Bisson bisson at nymeria.archlinux.org
Mon May 13 06:24:02 UTC 2013


    Date: Monday, May 13, 2013 @ 08:24:01
  Author: bisson
Revision: 90543

upstream update

Modified:
  libtorrent/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 01:42:50 UTC (rev 90542)
+++ PKGBUILD	2013-05-13 06:24:01 UTC (rev 90543)
@@ -4,17 +4,18 @@
 # Contributor: sh__
 
 pkgname=libtorrent
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
 pkgdesc='BitTorrent library with a focus on high performance and good code'
 url='http://libtorrent.rakshasa.no/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libsigc++2.0' 'openssl')
-options=('!libtool')
 source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('4f34a744fbe10c54aaf53d34681fabc1a49d7257')
+sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
 
+options=('!libtool')
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 




More information about the arch-commits mailing list