summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Davison2016-05-14 20:47:18 +0100
committerJoe Davison2016-05-14 20:47:18 +0100
commita7486a0f9b6f1ae8acf205eb8285a89f16ee320a (patch)
treeef94950c70d7650cfff84035ca2080543e3275aa
parentebb64b237a0c01ea7b3310754e5ae6dde5a9c5e5 (diff)
downloadaur-a7486a0f9b6f1ae8acf205eb8285a89f16ee320a.tar.gz
Will build so long as boost is upgraded
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c6a6593c6d..505fa6fdf723 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat May 7 14:25:14 UTC 2016
+# Sat May 14 19:47:07 UTC 2016
pkgbase = lgogdownloader
pkgdesc = An open source downloader for GOG.com games, uses the GOG.com API
pkgver = 2.28
- pkgrel = 2
+ pkgrel = 3
url = https://sites.google.com/site/gogdownloader/
arch = i686
arch = x86_64
license = WTFPL
makedepends = help2man
makedepends = cmake
- makedepends = gcc<=5.3.0
- depends = boost
+ depends = boost>=1.6.0-5
+ depends = boost-libs>=1.6.0-5
depends = jsoncpp
depends = liboauth
depends = rhash
diff --git a/PKGBUILD b/PKGBUILD
index 464ecb7e88b9..68f9eac386aa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=lgogdownloader
pkgver=2.28
-pkgrel=2
+pkgrel=3
pkgdesc="An open source downloader for GOG.com games, uses the GOG.com API"
url="https://sites.google.com/site/gogdownloader/"
arch=(i686 x86_64)
license=(WTFPL)
-depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'curl')
-makedepends=('help2man' 'cmake' 'gcc<=5.3.0')
+depends=('boost>=1.6.0-5' 'boost-libs>=1.6.0-5' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'curl')
+makedepends=('help2man' 'cmake')
source=("http://sites.google.com/site/gogdownloader/$pkgname-$pkgver.tar.gz")
sha256sums=('551aa431a1a8d1123fc68dd7504368a7b9f07da5108236a4b91d0d10d67dd16e')
prepare() {