summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
-rw-r--r--legendofedgar.install12
3 files changed, 7 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c729ba8e38..1aaac7090184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Jul 16 09:14:03 UTC 2016
pkgbase = legendofedgar
pkgdesc = 2D platformer: Venture across the world, battle fearsome creatures and solve puzzles to rescue your father.
- pkgver = 1.23
+ pkgver = 1.24
pkgrel = 1
url = http://www.parallelrealities.co.uk/p/legend-of-edgar.html
- install = legendofedgar.install
arch = i686
arch = x86_64
license = GPL
@@ -11,8 +12,8 @@ pkgbase = legendofedgar
depends = sdl_mixer
depends = sdl_ttf
depends = hicolor-icon-theme
- source = https://github.com/riksweeney/edgar/releases/download/1.23/edgar-1.23-1.tar.gz
- md5sums = db5e7b8dcc9d3a569d0ad61632b65e02
+ source = https://github.com/riksweeney/edgar/releases/download/1.24/edgar-1.24-1.tar.gz
+ md5sums = 4a16e9721fc9a22132fd8cb36e3082d1
pkgname = legendofedgar
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}"
diff --git a/legendofedgar.install b/legendofedgar.install
deleted file mode 100644
index 5c5f4bff1b2e..000000000000
--- a/legendofedgar.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}