summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Jaara2018-03-07 00:06:02 +0200
committerJesse Jaara2018-03-07 00:06:02 +0200
commit73c02f1a36230e7041b82587bad6691d60e35807 (patch)
treea9255497667ae0184f08ff1b091ff9caa0c48a19 /PKGBUILD
parent4b0c889e368412093e22342b004aa31849e4f336 (diff)
downloadaur-73c02f1a36230e7041b82587bad6691d60e35807.tar.gz
Update to version 1.28.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b5f64ecfc17..3dca1d978076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
#Maintainer: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=legendofedgar
-pkgver=1.24
+pkgver=1.28
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"
license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'hicolor-icon-theme')
-source=("https://github.com/riksweeney/edgar/releases/download/${pkgver}/edgar-${pkgver}-1.tar.gz")
-md5sums=('4a16e9721fc9a22132fd8cb36e3082d1')
+source=("https://github.com/riksweeney/edgar/archive/${pkgver}.tar.gz")
+md5sums=('71d556a54f34e2427d1324935d18e7dd')
build() {
cd "${srcdir}/edgar-${pkgver}"