summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2015-07-29 12:59:49 -0400
committerskydrome2015-07-29 12:59:49 -0400
commit9432f3ceb06c23c6a02f422a70de15e837a5fa87 (patch)
tree3b1056e3c88c2f9197870b99c3814f548fd34d4e
parent61e4cdbc595327dcc3174660c9430b8e352c534e (diff)
downloadaur-9432f3ceb06c23c6a02f422a70de15e837a5fa87.tar.gz
update patch url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53528a8a04ed..8b9315c7ade2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = rtorrent-pyro-git
depends = ncurses
depends = curl
depends = xmlrpc-c
- depends = gcc>=4.9.0
optdepends = ttf-dejavu: for utf8 glyphs
optdepends = ttf-everson-mono
optdepends = ttf-unifont
@@ -25,12 +24,13 @@ pkgbase = rtorrent-pyro-git
backup = usr/share/doc/rtorrent/rtorrent.rc.sample
source = git://github.com/rakshasa/rtorrent.git#commit=HEAD
source = rtorrent.rc.sample
- source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/ps-ui_pyroscope_0.8.8.patch
+ source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/ps-ui_pyroscope_all.patch
source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/pyroscope.patch
source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/ui_pyroscope.patch
source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/command_pyroscope.cc
source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/ui_pyroscope.cc
source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/ui_pyroscope.h
+ source = https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/ps-ui_pyroscope_all.patch
md5sums = SKIP
md5sums = ea0073fba705a6b4124697e7defc6c5b
md5sums = 7a88f8ab5d41242fdf1428de0e2ca182
@@ -39,6 +39,7 @@ pkgbase = rtorrent-pyro-git
md5sums = ba7634da91480021330e6fa8084b50d5
md5sums = 951b40c6d43caf0a3bffc5fffcc557d5
md5sums = 1258acfc82c50a8f452ace87fef0b416
+ md5sums = 7a88f8ab5d41242fdf1428de0e2ca182
pkgname = rtorrent-pyro-git
diff --git a/PKGBUILD b/PKGBUILD
index 3b3985d654cc..86bde1326ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ backup=('usr/share/doc/rtorrent/rtorrent.rc.sample')
_url="https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches"
source=("git://github.com/rakshasa/rtorrent.git#commit=$_commit"
"rtorrent.rc.sample"
- "${_url}/ps-ui_pyroscope_0.8.8.patch"
+ "${_url}/ps-ui_pyroscope_all.patch"
"${_url}/pyroscope.patch"
"${_url}/ui_pyroscope.patch"
"${_url}/command_pyroscope.cc"
@@ -85,7 +85,6 @@ build() {
cd "$srcdir/rtorrent"
#export CC=clang
#export CXX=clang++
- #export CXXFLAGS+=" -std=c++11 -fno-strict-aliasing"
export libtorrent_LIBS="-L/usr/lib -ltorrent"
./configure $_debug \