summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 17:46:01 +0800
committerChocobo12017-08-19 17:46:57 +0800
commit5b0a544a3f5d6983bf16e4aba92f0a59fee56dd1 (patch)
tree03423f6509b1dcdfd872155c99f7fb4275354423
parent80dcb1ac655515f64a9af265a9fbb38c29c4f40d (diff)
downloadaur-5b0a544a3f5d6983bf16e4aba92f0a59fee56dd1.tar.gz
upgpkg: libtorrent-rasterbar-1_0-git 1.0.11.r7.gc074e8788-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bfab0f9d25b..6b2eb86e3904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtorrent-rasterbar-1_0-git
pkgdesc = A C++ BitTorrent library that aims to be a good alternative to all the other implementations around (git branch RC_1_0)
- pkgver = 1.0.11.r5.g1c6025e61
+ pkgver = 1.0.11.r7.gc074e8788
pkgrel = 1
url = http://www.libtorrent.org/
arch = i686
@@ -13,6 +13,7 @@ pkgbase = libtorrent-rasterbar-1_0-git
depends = boost-libs
provides = libtorrent-rasterbar
conflicts = libtorrent-rasterbar
+ options = staticlibs
source = git+https://github.com/arvidn/libtorrent.git#branch=RC_1_0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1391b0984bed..3ef3afc6d9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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_0')
sha256sums=('SKIP')
@@ -41,7 +42,6 @@ _build() (
../libtorrent/configure \
--prefix=/usr \
--enable-python-binding \
- --disable-static \
--with-libiconv \
--with-boost-python="$_boost"