[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed May 4 12:02:07 UTC 2022
Date: Wednesday, May 4, 2022 @ 12:02:07
Author: felixonmars
Revision: 444599
upgpkg: libtorrent-rasterbar 1:2.0.6-1
Modified:
libtorrent-rasterbar/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-04 11:46:40 UTC (rev 444598)
+++ PKGBUILD 2022-05-04 12:02:07 UTC (rev 444599)
@@ -3,7 +3,7 @@
# Contributor: Hugo Doria <hugo at archlinux.org>
pkgname=libtorrent-rasterbar
-pkgver=2.0.5
+pkgver=2.0.6
pkgrel=1
epoch=1
pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
@@ -13,15 +13,11 @@
depends=('boost-libs' 'openssl')
makedepends=('boost' 'cmake' 'ninja' 'python-setuptools')
options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
- https://github.com/arvidn/libtorrent/commit/71d608fc.patch)
-sha512sums=('be5b812135dada957e565085b5bdda06827c8427f78a4468ef263e1a1e33d3a0bbba7ac27235f0d17ae6087d54311281e3b1975eef81cda514acc8329862dc04'
- 'ba7788c3b66373b0b11c47cd87b91dddad1898e83eef6269b69c6beb27adb0bdf2e9570a1a6ad731dd907f28b15d6739f5a4cb303a1f99bd5ed3b5cd6fc1edf6')
+source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('4a5d710706040ef6193967dbb13998cb0ddebe7e95c3bf8aec0812876027c68c32b001fd3f07cd4ff1b819660a8d46ae8c7077e72caf92572288a51cdec7daea')
prepare() {
mkdir -p build
- cd $pkgname-$pkgver
- patch -p1 -i ../71d608fc.patch # Fix build with boost 1.78
}
build() {
More information about the arch-commits
mailing list