summaryrefslogtreecommitdiff
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2015-12-22 22:50:50 +1100
committerDanny Rawlins <monster.romster@gmail.com>2015-12-22 22:50:50 +1100
commita908f5e54e29fcd028b112f3f079dfa7b6ba81a9 (patch)
tree7630a8f677cc74af9444f32ce868ca2f5ed69e45 /libtorrent-rasterbar
parentd8d20b371762ec30291e93b69f3eb43e6fb48cfa (diff)
downloadcontrib-a908f5e54e29fcd028b112f3f079dfa7b6ba81a9.tar.gz
contrib-a908f5e54e29fcd028b112f3f079dfa7b6ba81a9.tar.xz
libtorrent-rasterbar: 1.0.5 -> 1.0.7
Diffstat (limited to 'libtorrent-rasterbar')
-rw-r--r--libtorrent-rasterbar/.footprint2
-rw-r--r--libtorrent-rasterbar/.md5sum2
-rw-r--r--libtorrent-rasterbar/Pkgfile8
3 files changed, 7 insertions, 5 deletions
diff --git a/libtorrent-rasterbar/.footprint b/libtorrent-rasterbar/.footprint
index 6135feadd..db98de9a6 100644
--- a/libtorrent-rasterbar/.footprint
+++ b/libtorrent-rasterbar/.footprint
@@ -158,4 +158,4 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/libtorrent.so
--rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.0.5-py2.7.egg-info
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.0.7-py2.7.egg-info
diff --git a/libtorrent-rasterbar/.md5sum b/libtorrent-rasterbar/.md5sum
index aa39bb687..69f9fca4b 100644
--- a/libtorrent-rasterbar/.md5sum
+++ b/libtorrent-rasterbar/.md5sum
@@ -1 +1 @@
-d09521d34092ba430f430572c9e2b3d3 libtorrent-rasterbar-1.0.5.tar.gz
+c1a5b8aee18640cbe01826403525dd14 libtorrent-rasterbar-1.0.7.tar.gz
diff --git a/libtorrent-rasterbar/Pkgfile b/libtorrent-rasterbar/Pkgfile
index f3a20ac4f..127f6f8c3 100644
--- a/libtorrent-rasterbar/Pkgfile
+++ b/libtorrent-rasterbar/Pkgfile
@@ -1,16 +1,18 @@
-# Description: A C++ bittorrent library designed to run on anything from embedded systems to large scale seed servers.
+# Description: A C++ bittorrent library.
# URL: https://sourceforge.net/projects/libtorrent/
# Packager: Danny Rawlins, crux at romster dot me
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: boost
name=libtorrent-rasterbar
-version=1.0.5
+version=1.0.7
release=1
-source=(https://downloads.sourceforge.net/project/libtorrent/libtorrent/$name-$version.tar.gz)
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/$name-$version.tar.gz)
+
build() {
cd $name-$version
+ CONFIG_SHELL=/bin/bash \
./configure \
--prefix=/usr \
--enable-python-binding

Generated by cgit