Date: Saturday, September 5, 2015 @ 19:43:34 Author: jlichtblau Revision: 139236
upgpkg: libtorrent 0.13.6-1 - new upstream release Modified: libtorrent/trunk/PKGBUILD Deleted: libtorrent/trunk/libtorrent-version.patch --------------------------+ PKGBUILD | 11 ++++------- libtorrent-version.patch | 10 ---------- 2 files changed, 4 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-05 15:22:12 UTC (rev 139235) +++ PKGBUILD 2015-09-05 17:43:34 UTC (rev 139236) @@ -1,11 +1,12 @@ # $Id$ # Maintainer: Gaetan Bisson <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: Jeff Mickey <[email protected]> # Contributor: sh__ pkgname=libtorrent -pkgver=0.13.5 +pkgver=0.13.6 pkgrel=1 pkgdesc='BitTorrent library with a focus on high performance and good code' url='http://rakshasa.github.io/rtorrent/' @@ -14,16 +15,12 @@ depends=('openssl') #source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") #sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131') -source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz" - $pkgname-version.patch) -sha1sums=('0c83e8b9ece2c07986632dcc800f893451b23d71' - 'ea80eb35cf5812840315726e67a5243ea6dccad4') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz") +sha1sums=('9ca6ca9698f81c758fe934b52374f23588a7cc78') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" sed '/AM_PATH_CPPUNIT/d' -i configure.ac -#https://github.com/rakshasa/libtorrent/issues/82 - patch -Np0 -i "${srcdir}"/$pkgname-version.patch } build() { Deleted: libtorrent-version.patch =================================================================== --- libtorrent-version.patch 2015-09-05 15:22:12 UTC (rev 139235) +++ libtorrent-version.patch 2015-09-05 17:43:34 UTC (rev 139236) @@ -1,10 +0,0 @@ ---- configure.ac.orig 2015-07-02 00:19:04.000000000 +0200 -+++ configure.ac 2015-07-13 20:32:07.158592915 +0200 -@@ -1 +1 @@ --AC_INIT(libtorrent, 0.13.4, [email protected]) -+AC_INIT(libtorrent, 0.13.5, [email protected]) -@@ -6,2 +6,2 @@ --AC_DEFINE(PEER_NAME, "-lt0D40-", Identifier that is part of the default peer id) --AC_DEFINE(PEER_VERSION, "lt\x0D\x40", 4 byte client and version identifier for DHT) -+AC_DEFINE(PEER_NAME, "-lt0D50-", Identifier that is part of the default peer id) -+AC_DEFINE(PEER_VERSION, "lt\x0D\x50", 4 byte client and version identifier for DHT)
