summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Davison2016-11-19 17:27:45 +0000
committerJoe Davison2016-11-19 17:27:45 +0000
commitc6723afda8d2dfbace2daebf4fe9893d6e50e4f5 (patch)
tree9ea146e2ca2fcd01b09aff4af861ca991a1f6e70
parent82f385a4e77fc566b7761f54e650d148d26fcc1d (diff)
downloadaur-c6723afda8d2dfbace2daebf4fe9893d6e50e4f5.tar.gz
remove tinyxml as it has been superseded
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22f5c3da6c32..b4faee3d6a61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 19 12:39:55 UTC 2016
+# Sat Nov 19 17:27:33 UTC 2016
pkgbase = lgogdownloader
pkgdesc = An open source downloader for GOG.com games, uses the GOG.com API
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = https://sites.google.com/site/gogdownloader/
arch = i686
arch = x86_64
@@ -14,10 +14,9 @@ pkgbase = lgogdownloader
depends = jsoncpp
depends = liboauth
depends = rhash
- depends = tinyxml
+ depends = tinyxml2
depends = htmlcxx
depends = curl
- depends = tinyxml2
source = http://sites.google.com/site/gogdownloader/lgogdownloader-3.0.tar.gz
sha256sums = 4aeb7535a3e68da19ebdf6e5fa8e6553bb8087099bde660b2c883b9d28693835
diff --git a/PKGBUILD b/PKGBUILD
index a77867f5756d..ae0e0d33ed64 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=lgogdownloader
pkgver=3.0
-pkgrel=1
+pkgrel=2
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' 'tinyxml2')
+depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml2' 'htmlcxx' 'curl')
makedepends=('help2man' 'cmake')
source=("http://sites.google.com/site/gogdownloader/$pkgname-$pkgver.tar.gz")
sha256sums=('4aeb7535a3e68da19ebdf6e5fa8e6553bb8087099bde660b2c883b9d28693835')