diff options
-rwxr-xr-x | PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,17 +11,18 @@ # AUR version lacks additional optimization and hardening flags pkgname=lgogdownloader -pkgver=3.12 -pkgrel=1.2 +pkgver=3.14 +pkgrel=1 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') options=(lto) -depends=('boost-libs' 'curl' 'htmlcxx' 'jsoncpp' 'rhash' 'tinyxml2') +depends=('boost-libs' 'jsoncpp' 'tinyxml2' 'rhash' 'tidy' 'glibc' 'gcc-libs' 'curl') +depends+=('libboost_filesystem.so') makedepends=('cmake' 'boost' 'help2man') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Sude-/lgogdownloader/archive/v${pkgver}.tar.gz) -b2sums=('46dded2fe584080470166c42a639bc96432e574bc559dd32ec69cf692564eded6d3473374b5c06cff1552cf905c13514bed5ab2394de95571c4c07b5c98ffcad') +b2sums=('80de6fd3a1f3f4ef20ada9f3027183eb9b1607384dc224af60574b6750f7f2f927d55246de4498e3378b59211b6db40bb38e710e5b843f92f0ca839b9bf236d2') prepare() { mkdir $srcdir/${pkgname}-${pkgver}/build |