summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12017-08-19 17:26:25 +0800
committerChocobo12017-08-19 17:38:29 +0800
commitbee1a324b530c9fd7d567fb6766bc663af3c8158 (patch)
tree48788e9202866d5c6d0e31844a664a2c8868db50 /PKGBUILD
parent2b0624b5584a0721289b7281e66ddfe900c463a1 (diff)
downloadaur-bee1a324b530c9fd7d567fb6766bc663af3c8158.tar.gz
upgpkg: libtorrent-rasterbar-1_1-git 1.1.4.r16.g50c2aee8e-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff112e00fa4f..c67da4e8cb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libtorrent-rasterbar-1_1-git
pkgver=1.1.4.r16.g50c2aee8e
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around (git branch RC_1_1)"
arch=('i686' 'x86_64')
url="http://www.libtorrent.org/"
@@ -11,6 +11,7 @@ depends=('boost-libs')
makedepends=('git' 'boost' 'python2' 'python')
provides=('libtorrent-rasterbar')
conflicts=('libtorrent-rasterbar')
+options=('staticlibs')
source=('git+https://github.com/arvidn/libtorrent.git#branch=RC_1_1')
sha256sums=('SKIP')
@@ -41,7 +42,6 @@ _build() (
../libtorrent/configure \
--prefix=/usr \
--enable-python-binding \
- --disable-static \
--with-libiconv \
--with-boost-python="$_boost"