* update libtorrent-rasterbar to 1:2.0.10-3

This commit is contained in:
Alexander Baldeck 2024-10-10 22:29:23 +02:00
parent 1f02ce60a2
commit b9f1cd526d
3 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,25 @@
pkgbase = libtorrent-rasterbar
pkgdesc = A C++ BitTorrent library that aims to be a good alternative to all the other implementations around
pkgver = 2.0.10
pkgrel = 3
epoch = 1
url = https://www.rasterbar.com/products/libtorrent/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
makedepends = boost
makedepends = cmake
makedepends = ninja
makedepends = python-setuptools
depends = boost-libs
depends = openssl
options = !emptydirs
source = https://github.com/arvidn/libtorrent/releases/download/v2.0.10/libtorrent-rasterbar-2.0.10.tar.gz
source = fortify-source-3.patch
sha512sums = a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee
sha512sums = 0687883a84f4395afaa824f5a2a9ee5366d654d84f546045b202297084ff24c445e4b95e92df63a8d9d2cd28cbd665933f3c649de91ab13334507f7a7d2c3c5d
pkgname = libtorrent-rasterbar

View File

@ -0,0 +1,4 @@
[libtorrent-rasterbar]
source = "git"
git = "https://github.com/arvidn/libtorrent.git"
prefix = "v"

View File

@ -5,7 +5,7 @@
pkgname=libtorrent-rasterbar
pkgver=2.0.10
pkgrel=2
pkgrel=3
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/"