From 313040c7029fd0c36db63d7effbb974fd348389c Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 17 May 2014 04:11:32 +0000 Subject: Sat May 17 04:06:11 UTC 2014 --- community/libtorrent/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'community/libtorrent/PKGBUILD') diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index c55b3e5c1..6c09e9804 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -1,24 +1,22 @@ -# $Id: PKGBUILD 99885 2013-10-31 02:16:43Z allan $ +# $Id: PKGBUILD 111291 2014-05-16 05:25:42Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Daenyth # Contributor: Jeff Mickey # Contributor: sh__ pkgname=libtorrent -pkgver=0.13.3 -pkgrel=2 +pkgver=0.13.4 +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') depends=('openssl') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") -sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7') - +sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131') build() { cd "${srcdir}/${pkgname}-${pkgver}" - export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" ./configure \ --prefix=/usr \ -- cgit v1.2.3-54-g00ecf