mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libtorrent to 0.13.6-1
This commit is contained in:
parent
fcd41db5cf
commit
9b22bee9aa
2 changed files with 4 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
|
||||
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
|
||||
# Contributor: Jeff Mickey <jeff@archlinux.org>
|
||||
# Contributor: sh__
|
||||
|
@ -8,25 +9,21 @@
|
|||
# --enable-aligned flag is required to work correctly on armv5
|
||||
|
||||
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/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('openssl')
|
||||
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')
|
||||
|
||||
options=('!libtool')
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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, sundell.software@gmail.com)
|
||||
+AC_INIT(libtorrent, 0.13.5, sundell.software@gmail.com)
|
||||
@@ -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)
|
Loading…
Reference in a new issue