mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libtorrent-rasterbar to 1.2.7-1
This commit is contained in:
parent
f1669f29d6
commit
04b5960dec
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=libtorrent-rasterbar
|
||||
pkgver=1.2.6
|
||||
pkgver=1.2.7
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
|
||||
|
@ -17,8 +17,8 @@ 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=('78f9120b1b824dac37ec8bd16a29abdfcd7fd6af3c56e0cc9048d74412d000ef5ea1e8421f757eddb914f8bb20de9fb4192d5b8a3f781fa2e1d4f134ea24b1ee')
|
||||
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent_$_pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752')
|
||||
|
||||
prepare() {
|
||||
mkdir py2 py3
|
||||
|
|
Loading…
Reference in a new issue