summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenObiWan2018-12-22 20:05:28 +0000
committerBenObiWan2018-12-22 20:05:28 +0000
commitd7d3a2e80f439eb0046044f7d636d3c173f46ac8 (patch)
tree2981c5c8c341b30d4c68c6ab51ba3ab63490f2b5 /PKGBUILD
parent601eeec72a013057e488bbd1e45f7c8bd3ac7e7a (diff)
downloadaur-d7d3a2e80f439eb0046044f7d636d3c173f46ac8.tar.gz
Update to 1.6.0, add OpenGL dep, fix url.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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}"