summaryrefslogtreecommitdiff
path: root/libtorrent/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-10-16 20:30:32 +0200
committerTim Biermann <tbier@posteo.de>2021-10-16 20:30:32 +0200
commite797360754e94a1dfa8af1121d708cca463a7499 (patch)
tree03ea1dfcfaf27334d8bfb2ce5f77559f0c4ea5ed /libtorrent/Pkgfile
parent8b80ad0a258a44af702bf1eb32f3fe2b90a94caf (diff)
downloadcontrib-e797360754e94a1dfa8af1121d708cca463a7499.tar.gz
contrib-e797360754e94a1dfa8af1121d708cca463a7499.tar.xz
libtorrent: updated source location
Diffstat (limited to 'libtorrent/Pkgfile')
-rw-r--r--libtorrent/Pkgfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile
index c237d3385..72009ca86 100644
--- a/libtorrent/Pkgfile
+++ b/libtorrent/Pkgfile
@@ -6,13 +6,12 @@
name=libtorrent
version=0.13.8
release=1
-source=(http://rtorrent.net/downloads/libtorrent-$version.tar.gz)
+source=(https://github.com/rakshasa/libtorrent/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
-
./configure --prefix=/usr \
--enable-debug=no
make

Generated by cgit