mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libtorrent-rasterbar to 1.2.8-1
This commit is contained in:
parent
47862ded1c
commit
328de19b7d
1 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=libtorrent-rasterbar
|
||||
pkgver=1.2.7
|
||||
pkgver=1.2.8
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
|
||||
|
@ -16,9 +16,8 @@ license=('BSD')
|
|||
depends=('boost-libs')
|
||||
makedepends=('boost' 'python2' 'python')
|
||||
options=('!emptydirs')
|
||||
_pkgver=${pkgver//./_}
|
||||
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent_$_pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752')
|
||||
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('3669175763b1df96f1a2568b7a51df4e7fdf48033826484db8a5bf6525ec117423cdb23b4c357d7ea1d24ec47cf2ee4a0bbfe5f13e825418de9f8ac2dfee5971')
|
||||
|
||||
prepare() {
|
||||
mkdir py2 py3
|
||||
|
|
Loading…
Reference in a new issue