From f37e773fe397778858ea8d51601554863c252536 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 May 2012 00:02:44 +0000 Subject: Sun May 6 00:02:43 UTC 2012 --- community/libtorrent/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/libtorrent') diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index a15316f09..216607e42 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -1,18 +1,19 @@ -# Maintainer: Daenyth +# Maintainer: Gaetan Bisson +# Contributor: Daenyth # Contributor: Jeff Mickey # Contributor: sh__ pkgname=libtorrent -pkgver=0.12.9 +pkgver=0.13.2 pkgrel=1 -pkgdesc='BitTorrent library written in C++' +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=('176a836c6e685e4dad71ac08c0e09caaa5b7757c') +sha1sums=('4f34a744fbe10c54aaf53d34681fabc1a49d7257') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf