summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2018-05-29 09:30:24 -0400
committerGraeme Gott2018-05-29 09:30:24 -0400
commit977143bda74fac0b9779a66ecc3d35130cc7432a (patch)
treea8bb0e47b8193bd31675e3b67646aa30c21c3735
parent10fa223fba154e8c9ab53592425d7f8340e917a9 (diff)
downloadaur-977143bda74fac0b9779a66ecc3d35130cc7432a.tar.gz
Update to 1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb540587bae..af3c210c5661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cutemaze
pkgdesc = Top-down maze game
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://gottcode.org/cutemaze/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = cutemaze
makedepends = qt5-tools
depends = qt5-base
depends = qt5-svg
- source = https://gottcode.org/cutemaze/cutemaze-1.2.2-src.tar.bz2
- sha256sums = 1e9464d0be6eacae20a8fa29e699e3776f3081c00eaffdfeceed4b77eaac52a8
+ source = https://gottcode.org/cutemaze/cutemaze-1.2.3-src.tar.bz2
+ sha256sums = 1387e9509d4e864e93ed5870d9d1b6be49bb49e485a93ce79ca2a538177a9fbd
pkgname = cutemaze
diff --git a/PKGBUILD b/PKGBUILD
index 686dcb0663a5..ce5bb99de946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=cutemaze
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc='Top-down maze game'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-base' 'qt5-svg')
makedepends=('qt5-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('1e9464d0be6eacae20a8fa29e699e3776f3081c00eaffdfeceed4b77eaac52a8')
+sha256sums=('1387e9509d4e864e93ed5870d9d1b6be49bb49e485a93ce79ca2a538177a9fbd')
build() {
cd "$pkgname-$pkgver"