summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 17:26:25 +0800
committerChocobo12017-08-19 17:38:29 +0800
commitbee1a324b530c9fd7d567fb6766bc663af3c8158 (patch)
tree48788e9202866d5c6d0e31844a664a2c8868db50
parent2b0624b5584a0721289b7281e66ddfe900c463a1 (diff)
downloadaur-bee1a324b530c9fd7d567fb6766bc663af3c8158.tar.gz
upgpkg: libtorrent-rasterbar-1_1-git 1.1.4.r16.g50c2aee8e-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff9bc55a78b3..cac63c2a1185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtorrent-rasterbar-1_1-git
pkgdesc = A C++ BitTorrent library that aims to be a good alternative to all the other implementations around (git branch RC_1_1)
pkgver = 1.1.4.r16.g50c2aee8e
- pkgrel = 1
+ pkgrel = 2
url = http://www.libtorrent.org/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = libtorrent-rasterbar-1_1-git
depends = boost-libs
provides = libtorrent-rasterbar
conflicts = libtorrent-rasterbar
+ options = staticlibs
source = git+https://github.com/arvidn/libtorrent.git#branch=RC_1_1
sha256sums = SKIP
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"