diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-12 08:46:51 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-12 08:46:51 -0800 |
commit | 0255a237e995cb18b00c8ce71bbd3ee03e257d2e (patch) | |
tree | 00ba6747878b2fa7c886a97795c0a3333df53525 /PKGBUILD | |
parent | Rebuild for boost 1.86 (diff) | |
download | lgogdownloader-0255a237e995cb18b00c8ce71bbd3ee03e257d2e.tar.xz |
Rebuild against boost 0.86 and add conflicts with lgogdownloader-git.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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') |