summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ee1fdf5c15c..6e43cefec539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Aug 6 15:05:17 UTC 2016
pkgbase = solarus-quest-editor
pkgdesc = A graphical user interface to create and modify quests for the Solarus engine.
- pkgver = 1.4.5
+ pkgver = 1.5.0
pkgrel = 1
url = http://www.solarus-games.org/
arch = i686
@@ -12,8 +14,8 @@ pkgbase = solarus-quest-editor
depends = solarus
depends = qt5-base
depends = qt5-tools
- source = https://github.com/christopho/solarus-quest-editor/archive/v1.4.5.tar.gz
- md5sums = 2af8a97bb53aac488974e69d81972050
+ source = https://github.com/christopho/solarus-quest-editor/archive/v1.5.0.tar.gz
+ md5sums = 4db117734e76363bc37cb6e1412512e4
pkgname = solarus-quest-editor
diff --git a/PKGBUILD b/PKGBUILD
index 9e8f37586821..b437bdc73536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maxs <max dot van dot den dot branden @t gmail dot com>
pkgname="solarus-quest-editor"
-pkgver="1.4.5"
+pkgver="1.5.0"
pkgrel="1"
epoch=
pkgdesc="A graphical user interface to create and modify quests for the Solarus engine."
@@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/christopho/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=("2af8a97bb53aac488974e69d81972050")
+md5sums=("4db117734e76363bc37cb6e1412512e4")
build() {
cd "$srcdir/$pkgname-$pkgver"