summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2016-12-26 13:55:36 -0500
committerYour Name2016-12-26 13:55:36 -0500
commita7af904e815922a8eacea0c574334bf7c70f1e68 (patch)
tree0c26b17f8c77f3f30d76be0cb5e4540cfc482ef8
parent40c0447f2bb44f128087a2598e6ae1bba8537cd9 (diff)
downloadaur-a7af904e815922a8eacea0c574334bf7c70f1e68.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2de9d88251a..3a229ba708c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 05:04:32 UTC 2016
+# Mon Dec 26 18:55:34 UTC 2016
pkgbase = rtorrent-pyro-git
pkgdesc = Ncurses BitTorrent client based on libTorrent - rTorrent-git with Pyroscope patches
- pkgver = 20161207
+ pkgver = 20161225
pkgrel = 1
url = https://github.com/pyroscope/rtorrent-ps
install = pyroscope.install
@@ -16,6 +16,7 @@ pkgbase = rtorrent-pyro-git
depends = ncurses
depends = curl
depends = xmlrpc-c
+ depends = cppunit
optdepends = ttf-dejavu: for utf8 glyphs
provides = rtorrent
conflicts = rtorrent
diff --git a/PKGBUILD b/PKGBUILD
index 58cb1d6a9495..7392017ba3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ _commit=HEAD
_branch=feature-bind
pkgname=rtorrent-pyro-git
-pkgver=20161207
+pkgver=20161225
pkgrel=1
pkgdesc="Ncurses BitTorrent client based on libTorrent - rTorrent-git with Pyroscope patches"
url="https://github.com/pyroscope/rtorrent-ps"
license=('GPL')
arch=('i686' 'x86_64' 'armv7h')
-depends=('libtorrent-pyro-git' 'libsigc++' 'ncurses' 'curl' 'xmlrpc-c')
+depends=('libtorrent-pyro-git' 'libsigc++' 'ncurses' 'curl' 'xmlrpc-c' 'cppunit')
makedepends=('git')
optdepends=('ttf-dejavu: for utf8 glyphs')
conflicts=('rtorrent' 'rtorrent-git')
@@ -24,10 +24,10 @@ install='pyroscope.install'
backup=('usr/share/doc/rtorrent/rtorrent.rc.sample')
[[ $_debug = 'n' ]] &&
- _debug='--disable-debug' ||
+ _debug='--disable-debug'
+ BUILDENV+=(!check) ||
{
_debug='--enable-extra-debug'
- depends+=('cppunit')
options=(!strip)
}
@@ -97,11 +97,9 @@ build() {
}
check() {
- [[ ! $_debug = 'n' ]] && {
- cd "$srcdir/rtorrent"
- # will fail due to pyroscope patches not being applies to unittests as well
- make check || return 0
- }
+ cd "$srcdir/rtorrent"
+ # will fail due to pyroscope patches not being applies to unittests as well
+ make check || return 0
}
package() {