summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenObiWan2018-12-22 20:05:28 +0000
committerBenObiWan2018-12-22 20:05:28 +0000
commitd7d3a2e80f439eb0046044f7d636d3c173f46ac8 (patch)
tree2981c5c8c341b30d4c68c6ab51ba3ab63490f2b5
parent601eeec72a013057e488bbd1e45f7c8bd3ac7e7a (diff)
downloadaur-d7d3a2e80f439eb0046044f7d636d3c173f46ac8.tar.gz
Update to 1.6.0, add OpenGL dep, fix url.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d27ab4396ab..3ffefcf08706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = solarus
pkgdesc = An open-source Zelda-like 2D game engine used by the games zsxd and zsdx.
- pkgver = 1.5.3
- pkgrel = 2
- url = http://www.solarus-engine.org/
+ pkgver = 1.6.0
+ pkgrel = 1
+ url = http://www.solarus-games.org/
arch = i686
arch = x86_64
license = GPL
@@ -17,6 +17,7 @@ pkgbase = solarus
depends = libmodplug
depends = qt5-tools
depends = qt5-base
+ depends = libglvnd
optdepends = zsxd
optdepends = zsdx
optdepends = zelda-roth-se
@@ -29,8 +30,8 @@ pkgbase = solarus
replaces = zsdxdemo-de
replaces = zsdxdemo-fr
replaces = solarus-git
- source = http://solarus-games.org/downloads/solarus/solarus-1.5.3-src.tar.gz
- md5sums = 24e0e889940472575a2e81a7dbdcbdbb
+ source = http://solarus-games.org/downloads/solarus/solarus-1.6.0-src.tar.gz
+ md5sums = c7d81c934109520cac39b9c9e434059d
pkgname = solarus
diff --git a/PKGBUILD b/PKGBUILD
index dd6fe1a17237..033940a2ecaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Huulivoide
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
pkgname=solarus
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
epoch=
pkgdesc="An open-source Zelda-like 2D game engine used by the games zsxd and zsdx."
arch=('i686' 'x86_64')
-url="http://www.solarus-engine.org/"
+url="http://www.solarus-games.org/"
license=('GPL')
groups=()
-depends=('luajit' 'sdl2_image' 'sdl2_ttf' 'physfs' 'openal' 'libvorbis' 'libmodplug' 'qt5-tools' 'qt5-base')
+depends=('luajit' 'sdl2_image' 'sdl2_ttf' 'physfs' 'openal' 'libvorbis' 'libmodplug' 'qt5-tools' 'qt5-base' 'libglvnd')
makedepends=('cmake' 'zip')
checkdepends=()
optdepends=('zsxd' 'zsdx' 'zelda-roth-se')
@@ -25,7 +25,7 @@ install=
changelog=
source=(http://solarus-games.org/downloads/$pkgname/$pkgname-$pkgver-src.tar.gz)
noextract=()
-md5sums=('24e0e889940472575a2e81a7dbdcbdbb')
+md5sums=('c7d81c934109520cac39b9c9e434059d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"