summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Jaara2019-06-06 10:16:52 +0300
committerJesse Jaara2019-06-06 10:16:52 +0300
commit719e58269eb9fcb21df2cd351e3038eaebfe2e4c (patch)
tree6a97413a1c2348356751e8e66c2ac76dc2157b77 /PKGBUILD
parent73c02f1a36230e7041b82587bad6691d60e35807 (diff)
downloadaur-719e58269eb9fcb21df2cd351e3038eaebfe2e4c.tar.gz
Update to version 1.31: Ported to SDL2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dca1d978076..cd14413496db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
#Maintainer: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=legendofedgar
-pkgver=1.28
+pkgver=1.31
pkgrel=1
pkgdesc="2D platformer: Venture across the world, battle fearsome creatures and solve puzzles to rescue your father."
arch=('i686' 'x86_64')
-url="http://www.parallelrealities.co.uk/p/legend-of-edgar.html"
+url="https://www.parallelrealities.co.uk/games/edgar/"
license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'hicolor-icon-theme')
+depends=('sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'hicolor-icon-theme')
source=("https://github.com/riksweeney/edgar/archive/${pkgver}.tar.gz")
-md5sums=('71d556a54f34e2427d1324935d18e7dd')
+md5sums=('c03997845611c9ba166772b0f10d0a55')
build() {
cd "${srcdir}/edgar-${pkgver}"