libtorrent: update to 0.13.6 (soname bump).
This commit is contained in:
parent
87045d0f47
commit
ee01173a3e
|
@ -796,7 +796,7 @@ libosp.so.5 opensp-1.5.2_1
|
|||
libogrove.so.0 openjade-1.3.2_1
|
||||
libospgrove.so.0 openjade-1.3.2_1
|
||||
libostyle.so.0 openjade-1.3.2_1
|
||||
libtorrent.so.18 libtorrent-0.13.4_1
|
||||
libtorrent.so.19 libtorrent-0.13.6_1
|
||||
libgiblib.so.1 giblib-1.2.4_1
|
||||
libgc.so.1 gc-7.1_1
|
||||
libcord.so.1 gc-7.4_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libtorrent'
|
||||
pkgname=libtorrent
|
||||
version=0.13.5
|
||||
revision=3
|
||||
version=0.13.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static --disable-debug --without-kqueue
|
||||
--enable-aligned --with-posix-fallocate"
|
||||
|
@ -12,11 +12,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="https://github.com/rakshasa/${pkgname}"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/rakshasa/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=625a13397828c2b84e17f51200ebee8b4f754c112dbb9c0f31292507fd7c026e
|
||||
checksum=bf963ac6e73e194a2cd87ebdf809988b5b3d6244bb7cd43d7d0c4852fc501524
|
||||
|
||||
pre_configure() {
|
||||
# Fix wrong version in configure.ac
|
||||
sed 's,0.13.4,0.13.5,' -i configure.ac
|
||||
# Drop cppunit requirement
|
||||
sed '/AM_PATH_CPPUNIT.*/d' -i configure.ac
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue