summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 559eee4f732a..79f8bc938753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Tue Mar 6 21:52:42 UTC 2018
pkgbase = legendofedgar
pkgdesc = 2D platformer: Venture across the world, battle fearsome creatures and solve puzzles to rescue your father.
- pkgver = 1.28
+ pkgver = 1.31
pkgrel = 1
- url = http://www.parallelrealities.co.uk/p/legend-of-edgar.html
+ url = https://www.parallelrealities.co.uk/games/edgar/
arch = i686
arch = x86_64
license = GPL
- depends = sdl_image
- depends = sdl_mixer
- depends = sdl_ttf
+ depends = sdl2_image
+ depends = sdl2_mixer
+ depends = sdl2_ttf
depends = hicolor-icon-theme
- source = https://github.com/riksweeney/edgar/archive/1.28.tar.gz
- md5sums = 71d556a54f34e2427d1324935d18e7dd
+ source = https://github.com/riksweeney/edgar/archive/1.31.tar.gz
+ md5sums = c03997845611c9ba166772b0f10d0a55
pkgname = legendofedgar
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}"