summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Jaara2016-07-16 12:14:29 +0300
committerJesse Jaara2016-07-16 12:14:29 +0300
commit4b0c889e368412093e22342b004aa31849e4f336 (patch)
treec3f2a81ac929af5b5f34bd85da333caab9e0c543 /PKGBUILD
parentfe7f1ff69c50a4683625a84a19b129c44a2e6b00 (diff)
downloadaur-4b0c889e368412093e22342b004aa31849e4f336.tar.gz
Update to 1.23→1.24.
* Removed the install file in favor of letting alpm hooks do the magick.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f2cf06a3d4b..5b5f64ecfc17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
#Maintainer: Jesse Jaara <gmail.com: jesse.jaara>
pkgname=legendofedgar
-pkgver=1.23
+pkgver=1.24
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')
-install=legendofedgar.install
source=("https://github.com/riksweeney/edgar/releases/download/${pkgver}/edgar-${pkgver}-1.tar.gz")
-md5sums=('db5e7b8dcc9d3a569d0ad61632b65e02')
+md5sums=('4a16e9721fc9a22132fd8cb36e3082d1')
build() {
cd "${srcdir}/edgar-${pkgver}"