From 0255a237e995cb18b00c8ce71bbd3ee03e257d2e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 12 Jan 2025 08:46:51 -0800 Subject: Rebuild against boost 0.86 and add conflicts with lgogdownloader-git. --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3b840d3..c8de8bc 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,15 +12,16 @@ pkgname=lgogdownloader pkgver=3.15 -pkgrel=2 +pkgrel=2.3 pkgdesc="Open source downloader for GOG.com games, uses the GOG.com API" url="https://github.com/Sude-/lgogdownloader" arch=(x86_64 i686 pentium4) -license=('custom:WTFPL') +license=('WTFPL') options=(lto) depends=('boost-libs' 'jsoncpp' 'tinyxml2' 'rhash' 'tidy' 'glibc' 'gcc-libs' 'curl') depends+=('libboost_filesystem.so') makedepends=('cmake' 'boost' 'help2man') +conflicts=('lgogdownloader-git') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Sude-/lgogdownloader/archive/v${pkgver}.tar.gz) b2sums=('7ebd2f1513f18f4f9c35b038e4cc85cba9062d9ebfe72e3d8d7b64d4f09b361f2d2dde19f99378776f3e0bdb785254ae6f9dd2666253877ee4bc946832f8becc') -- cgit v1.2.1