summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoe Davison2016-03-25 21:14:48 +0000
committerJoe Davison2016-03-25 21:14:48 +0000
commit509fdcebcf3a0ac6e5ceb573a37ca40c54d1ee83 (patch)
tree1b76641d7184feeecf8c9fda94d85053d89c6687 /PKGBUILD
parent9908ad4f8461387167b2372b5d25c22d13e11a9e (diff)
downloadaur-509fdcebcf3a0ac6e5ceb573a37ca40c54d1ee83.tar.gz
builds with latest jsoncpp as of 519cb78
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db5e4921be62..02d324c6b94e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joe Davison <joe@warhaggis.com>
pkgname=lgogdownloader-git
-pkgver=2.27.r0.g3e61a94
-pkgrel=2
+pkgver=2.27.r1.g519cb78
+pkgrel=3
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<=1.6.5' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'curl')
+ depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'curl')
source=('git://github.com/Sude-/lgogdownloader.git')
sha256sums=('SKIP')
elif [ "$_aria2" == "yes" ]; then
- depends=('boost' 'jsoncpp<=1.6.5' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'aria2')
+ depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'aria2')
source=(
'git://github.com/Sude-/lgogdownloader.git'
'https://sites.google.com/site/gogdownloader/use_aria2.diff'