summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2018-12-08 17:16:32 +0100
committerSanskritFritz2018-12-08 17:16:32 +0100
commitb81c628d7b70dadf08ca42052ddb15741fcad99f (patch)
treef781fc9a6a5beeb03f1bcb28dbb4cdf234021621 /PKGBUILD
parentd762450bfdd41690066d0b2e1e2c9f34b751a6b4 (diff)
downloadaur-b81c628d7b70dadf08ca42052ddb15741fcad99f.tar.gz
Dependencies fixed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc3fc3015478..5d57087329cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=meandmyshadow
pkgver=0.5a
-pkgrel=1
+pkgrel=2
pkgdesc="Puzzle/platform game in which you try to reach the exit by solving puzzles."
arch=('i686' 'x86_64')
url="http://meandmyshadow.sourceforge.net/"
license=('GPL3')
-depends=('sdl_gfx' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'curl' 'libarchive' 'hicolor-icon-theme' 'libgl')
+depends=('sdl2_gfx' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'curl' 'libarchive' 'hicolor-icon-theme' 'libgl')
makedepends=('make' 'cmake')
source=("https://sourceforge.net/projects/meandmyshadow/files/$pkgver/meandmyshadow-$pkgver-src.tar.gz")
md5sums=('314cf2df805e2d094c00eca601a05642')