summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxs17892015-08-14 11:59:12 +0200
committerMaxs17892015-08-14 11:59:12 +0200
commitcab77a97cb9b3402a4b3359258db4a0173952df8 (patch)
tree4c0af7c1a9eabc413ab645f55d65936a321bec10
parent174bee284ceaf773bb716f3dc51c6686a983c893 (diff)
downloadaur-cab77a97cb9b3402a4b3359258db4a0173952df8.tar.gz
Update to 1.4.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD20
3 files changed, 17 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8be67b3957..0aabfd650541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solarus-quest-editor
pkgdesc = A graphical user interface to create and modify quests for the Solarus engine.
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = http://www.solarus-games.org/
arch = i686
@@ -12,9 +12,9 @@ pkgbase = solarus-quest-editor
depends = solarus
depends = qt5-base
depends = qt5-tools
- source = https://github.com/christopho/solarus-quest-editor/archive/v1.4.2.tar.gz
+ source = https://github.com/christopho/solarus-quest-editor/archive/v1.4.3.tar.gz
source = solarus-quest-editor.desktop
- md5sums = e8cad3ca7cbe741c4270e57317887933
+ md5sums = 04e37a02f998a2c81c5f817b34edf8e6
md5sums = 38afc75a98448ddc6470f1efa41d7904
pkgname = solarus-quest-editor
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..32f0ae164510
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+*.tar.gz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 05dbbf1cbdf5..a5d00517d06f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Maxs <max dot van dot den dot branden @t gmail dot com>
-pkgname=solarus-quest-editor
-pkgver=1.4.2
-pkgrel=1
+pkgname="solarus-quest-editor"
+pkgver="1.4.3"
+pkgrel="1"
epoch=
pkgdesc="A graphical user interface to create and modify quests for the Solarus engine."
-arch=(i686 x86_64)
-url=http://www.solarus-games.org/
-license=(GPL custom)
+arch=("i686" "x86_64")
+url="http://www.solarus-games.org/"
+license=("GPL" "custom")
groups=()
-depends=(solarus qt5-base qt5-tools)
-makedepends=(cmake zip)
+depends=("solarus" "qt5-base" "qt5-tools")
+makedepends=("cmake" "zip")
checkdepends=()
optdepends=()
provides=()
@@ -19,9 +19,9 @@ backup=()
options=()
install=
changelog=
-source=(https://github.com/christopho/$pkgname/archive/v$pkgver.tar.gz $pkgname.desktop)
+source=("https://github.com/christopho/$pkgname/archive/v$pkgver.tar.gz" "$pkgname.desktop")
noextract=()
-md5sums=(e8cad3ca7cbe741c4270e57317887933 38afc75a98448ddc6470f1efa41d7904)
+md5sums=("04e37a02f998a2c81c5f817b34edf8e6" "38afc75a98448ddc6470f1efa41d7904")
build() {
cd "$srcdir/$pkgname-$pkgver"