From e9cde8095ef986f9f16e192c9871e59ada868154 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 30 Nov 2015 00:11:37 +0100 Subject: libtorrent: 0.13.4 -> 0.13.6 --- libtorrent/.footprint | 6 +++--- libtorrent/.md5sum | 2 +- libtorrent/Pkgfile | 9 +++++++-- 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'libtorrent') diff --git a/libtorrent/.footprint b/libtorrent/.footprint index eac3cf62f..d1cccb4d3 100644 --- a/libtorrent/.footprint +++ b/libtorrent/.footprint @@ -68,8 +68,8 @@ drwxr-xr-x root/root usr/include/torrent/utils/ -rw-r--r-- root/root usr/include/torrent/utils/thread_interrupt.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libtorrent.la -lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.18.0.0 -lrwxrwxrwx root/root usr/lib/libtorrent.so.18 -> libtorrent.so.18.0.0 --rwxr-xr-x root/root usr/lib/libtorrent.so.18.0.0 +lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.19.0.0 +lrwxrwxrwx root/root usr/lib/libtorrent.so.19 -> libtorrent.so.19.0.0 +-rwxr-xr-x root/root usr/lib/libtorrent.so.19.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libtorrent.pc diff --git a/libtorrent/.md5sum b/libtorrent/.md5sum index cbd096d06..9ae43768d 100644 --- a/libtorrent/.md5sum +++ b/libtorrent/.md5sum @@ -1 +1 @@ -e82f380a9d4b55b379e0e73339c73895 libtorrent-0.13.4.tar.gz +8c8eaa9fa03bd113967c68eea26493e7 0.13.6.tar.gz diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile index 7ae916471..423e087be 100644 --- a/libtorrent/Pkgfile +++ b/libtorrent/Pkgfile @@ -4,12 +4,17 @@ # Depends on: libsigc++ curl name=libtorrent -version=0.13.4 +version=0.13.6 release=1 -source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz) +source=(https://github.com/rakshasa/$name/archive/$version.tar.gz) build() { cd $name-$version + + # remove cppunit dependency + sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac + ./autogen.sh + ./configure --prefix=/usr --enable-debug=no make make install DESTDIR=$PKG -- cgit v1.2.3