Date: Monday, January 10, 2022 @ 17:08:36 Author: arojas Revision: 434145
Update to 2.0.5 Modified: libtorrent-rasterbar/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 16:13:33 UTC (rev 434144) +++ PKGBUILD 2022-01-10 17:08:36 UTC (rev 434145) @@ -3,7 +3,7 @@ # Contributor: Hugo Doria <[email protected]> pkgname=libtorrent-rasterbar -pkgver=1.2.15 +pkgver=2.0.5 pkgrel=1 epoch=1 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around" @@ -13,11 +13,15 @@ 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) -sha512sums=('c409c53ec9c299a05b51ab61d7df1209803cbd6070f0a014dd6fb42c30f6f5230ea90848330f901c61816bc70901e618409acacc95bb0e5acb7f81211d001fa2') +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') prepare() { mkdir -p build + cd $pkgname-$pkgver + patch -p1 -i ../71d608fc.patch # Fix build with boost 1.78 } build() {
