summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-03-19 21:22:57 -0300
committerRafael Fontenelle2017-03-19 21:22:57 -0300
commit260f480b684fd8d7f8549dd0fd067258399090d1 (patch)
tree24941c7e507933c8b4bba3ee518142191ec3c44d
parent742379c07eedb6947581879952a68ba31f57e174 (diff)
downloadaur-260f480b684fd8d7f8549dd0fd067258399090d1.tar.gz
Fix dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 955a430a9cc7..c83173050d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun May 8 18:53:33 UTC 2016
+# Mon Mar 20 00:22:27 UTC 2017
pkgbase = tsc
pkgdesc = Jump'n'run game with editor and scripting facilities, fork of SMC
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.secretchronicles.de/en/
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = tsc
depends = sdl_mixer
depends = devil
depends = boost-libs
- depends = libxml++
+ depends = libxml++2.6
depends = glew
depends = pcre
depends = gtk-update-icon-cache
diff --git a/PKGBUILD b/PKGBUILD
index 813ed1cc5bc4..2963d6b19d44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=tsc
pkgver=2.0.0
_ver=$pkgver # $_ver was used for beta, let's keep it for a while
-pkgrel=1
+pkgrel=2
pkgdesc="Jump'n'run game with editor and scripting facilities, fork of SMC"
arch=('i686' 'x86_64')
url="http://www.secretchronicles.de/en/"
license=('GPL3')
-depends=("sdl_image" "sdl_ttf" "sdl_mixer" "devil" "boost-libs" "libxml++" "glew" "pcre" "gtk-update-icon-cache" "desktop-file-utils")
+depends=("sdl_image" "sdl_ttf" "sdl_mixer" "devil" "boost-libs" "libxml++2.6"
+ "glew" "pcre" "gtk-update-icon-cache" "desktop-file-utils")
makedepends=("cmake" "ruby" "gperf" "pkg-config" "bison" "boost" "gettext")
source=("ftp://ftp.secretchronicles.de/releases/TSC-$_ver.tar.xz"
'tsc-2.0.0-mga-mandir.patch'