summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2016-12-26 13:54:41 -0500
committerYour Name2016-12-26 13:54:41 -0500
commit6468657132c174ef569b3f9e43d96e19508a1e1f (patch)
tree0e15b0832359e03eb793df420e72aa542235d8e7 /PKGBUILD
parente3ba9a4008bf606abf0adaa1f76e25a42dec70cf (diff)
downloadaur-6468657132c174ef569b3f9e43d96e19508a1e1f.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d491418c56c6..930b81e0d8c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _commit=HEAD
_branch=feature-bind
pkgname=libtorrent-pyro-git
-pkgver=20161207
+pkgver=20161225
pkgrel=1
pkgdesc='BitTorrent library written in C++ (git version)'
url='https://rakshasa.github.io/rtorrent'
@@ -22,7 +22,8 @@ provides=('libtorrent')
install=libtorrent-pyro.install
[[ $_debug = 'n' ]] &&
- _debug='--disable-debug' ||
+ _debug='--disable-debug'
+ BUILDENV+=(!check) ||
{
_debug='--enable-extra-debug'
depends+=('cppunit')
@@ -57,10 +58,8 @@ build() {
}
check() {
- [[ ! $_debug = 'n' ]] && {
- cd "$srcdir/libtorrent"
- make check
- }
+ cd "$srcdir/libtorrent"
+ make check
}