summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f8bc938753..d767f1dfe976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = legendofedgar
pkgdesc = 2D platformer: Venture across the world, battle fearsome creatures and solve puzzles to rescue your father.
- pkgver = 1.31
+ pkgver = 1.33
pkgrel = 1
url = https://www.parallelrealities.co.uk/games/edgar/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = legendofedgar
depends = sdl2_mixer
depends = sdl2_ttf
depends = hicolor-icon-theme
- source = https://github.com/riksweeney/edgar/archive/1.31.tar.gz
- md5sums = c03997845611c9ba166772b0f10d0a55
+ source = https://github.com/riksweeney/edgar/archive/1.33.tar.gz
+ md5sums = 670e549684918bbc38aafbb0adf41f52
pkgname = legendofedgar
diff --git a/PKGBUILD b/PKGBUILD
index cd14413496db..2118399d6e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=legendofedgar
-pkgver=1.31
+pkgver=1.33
pkgrel=1
pkgdesc="2D platformer: Venture across the world, battle fearsome creatures and solve puzzles to rescue your father."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.parallelrealities.co.uk/games/edgar/"
license=('GPL')
depends=('sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'hicolor-icon-theme')
source=("https://github.com/riksweeney/edgar/archive/${pkgver}.tar.gz")
-md5sums=('c03997845611c9ba166772b0f10d0a55')
+md5sums=('670e549684918bbc38aafbb0adf41f52')
build() {
cd "${srcdir}/edgar-${pkgver}"