summaryrefslogtreecommitdiff
path: root/community/libtorrent/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-17 04:11:32 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-17 04:11:32 +0000
commit313040c7029fd0c36db63d7effbb974fd348389c (patch)
treeec5b3f373734bf3ad6ca37e800cb9b6ef6bee2f0 /community/libtorrent/PKGBUILD
parent4f73192c45f7b9615f06144dcb71f8450d39b7fb (diff)
Sat May 17 04:06:11 UTC 2014
Diffstat (limited to 'community/libtorrent/PKGBUILD')
-rw-r--r--community/libtorrent/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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 <bisson@archlinux.org>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# 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 \