mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libtorrent to 0.13.8-1
This commit is contained in:
parent
c138b89987
commit
ce7e444e40
1 changed files with 4 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
||||||
# $Id$
|
|
||||||
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
|
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
|
||||||
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
|
||||||
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
|
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
|
||||||
|
@ -9,21 +8,18 @@
|
||||||
# --enable-aligned flag is required to work correctly on armv5
|
# --enable-aligned flag is required to work correctly on armv5
|
||||||
|
|
||||||
pkgname=libtorrent
|
pkgname=libtorrent
|
||||||
pkgver=0.13.7
|
pkgver=0.13.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='BitTorrent library with a focus on high performance and good code'
|
pkgdesc='BitTorrent library with a focus on high performance and good code'
|
||||||
url='http://rakshasa.github.io/rtorrent/'
|
url='https://rakshasa.github.io/rtorrent/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('openssl')
|
depends=('openssl')
|
||||||
source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz"
|
source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz")
|
||||||
'https://github.com/rakshasa/libtorrent/commit/4607bbf7.patch')
|
sha256sums=('ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983')
|
||||||
sha256sums=('c738f60f4d7b6879cd2745fb4310bf24c9287219c1fd619706a9d5499ca7ecc1'
|
|
||||||
'88238b777b2d5c01d0ed3d0093554475c004db51193db88f91d41b9a4db50bb8')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
patch -p1 -i ../4607bbf7.patch
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue