summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoe Davison2016-03-25 20:55:34 +0000
committerJoe Davison2016-03-25 20:55:34 +0000
commit7e3bc822e8ec8a0e08426c1e51988105063883ee (patch)
tree5bcd3120b877ffd3b93e97414ceca77b692e199b /PKGBUILD
parent2df77e078d5e0d20b0f56403805a09dfdcb0a1dd (diff)
downloadaur-7e3bc822e8ec8a0e08426c1e51988105063883ee.tar.gz
does not build with latest jsoncpp
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7efe6d481fac..db5e4921be62 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joe Davison <joe@warhaggis.com>
pkgname=lgogdownloader-git
-pkgver=2.26.r6.g14d9d3d
-pkgrel=1
+pkgver=2.27.r0.g3e61a94
+pkgrel=2
pkgdesc="An open source downloader for GOG.com games, uses the GOG.com API (git version)"
url="http://www.gog.com/en/forum/general/lgogdownloader_gogdownloader_for_linux"
arch=(i686 x86_64)
@@ -19,12 +19,12 @@ _gitname="lgogdownloader"
_aria2="no"
if [ "$_aria2" == "no" ]; then
- depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'curl')
+ depends=('boost' 'jsoncpp<=1.6.5' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'curl')
source=('git://github.com/Sude-/lgogdownloader.git')
sha256sums=('SKIP')
elif [ "$_aria2" == "yes" ]; then
- depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'aria2')
+ depends=('boost' 'jsoncpp<=1.6.5' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'aria2')
source=(
'git://github.com/Sude-/lgogdownloader.git'
'https://sites.google.com/site/gogdownloader/use_aria2.diff'