mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libtorrent-rasterbar to 1.2.4-1
This commit is contained in:
parent
a679e233ec
commit
ae4e2cef46
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=libtorrent-rasterbar
|
||||
pkgver=1.2.3
|
||||
pkgrel=2
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
|
||||
url="https://www.rasterbar.com/products/libtorrent/"
|
||||
|
@ -18,7 +18,7 @@ makedepends=('boost' 'python2' 'python')
|
|||
options=('!emptydirs')
|
||||
_pkgver=${pkgver//./_}
|
||||
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('18cffb86c5affcde79860236440eaca492fce71f16c2ccc5e20ec0d9351fbfb6c15d97e203b61c8cf8168f86cf31459ce0b76a4b0559244f9add385434ff4ae6')
|
||||
sha512sums=('2328747f9b03cd61c7c3eac095225b9e6fa78238346ac96a961394639790135deda009cf597c0538570ade8bf4c0e027062720c1776c72228d1c51ec16ef0e13')
|
||||
|
||||
prepare() {
|
||||
mkdir py2 py3
|
||||
|
|
Loading…
Reference in a new issue