[arch-commits] Commit in rtorrent/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun May 31 21:23:09 UTC 2015


    Date: Sunday, May 31, 2015 @ 23:23:07
  Author: bisson
Revision: 134430

update source, rakshasa.no seems down

Modified:
  rtorrent/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-31 21:19:20 UTC (rev 134429)
+++ PKGBUILD	2015-05-31 21:23:07 UTC (rev 134430)
@@ -11,11 +11,15 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++')
-source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+source=("https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
+sha1sums=('c1f0b27425f6b025db550cf5ce1997a16af6ff7b')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+	./autogen.sh
 
 	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
 	./configure \



More information about the arch-commits mailing list