summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2019-03-25 12:46:16 -0400
committerGraeme Gott2019-03-25 12:46:16 -0400
commit8a4610f46f46bc3af0d602aef4c893eb3643ce2e (patch)
tree5d7d7bf390c8c98f17e13dbf89807f3c14c13986
parent1ea6cf1accc911049a0535147b7e9405577fb385 (diff)
downloadaur-8a4610f46f46bc3af0d602aef4c893eb3643ce2e.tar.gz
Update to 2.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b78259eee0a6..1a586f7ad7fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tetzle
pkgdesc = A tetromino jigsaw puzzle game
- pkgver = 2.1.3
+ pkgver = 2.1.4
pkgrel = 1
url = https://gottcode.org/tetzle/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = tetzle
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/tetzle/tetzle-2.1.3-src.tar.bz2
- sha256sums = ef67083018dc5e22a61d52e3041d6d725753e6ed5bc70b770159d867451c8cb1
+ source = https://gottcode.org/tetzle/tetzle-2.1.4-src.tar.bz2
+ sha256sums = aa6a51d4862379c2cb00ce8162a31c6c1bf2c33f4377f0cb43536a920aa80562
pkgname = tetzle
diff --git a/PKGBUILD b/PKGBUILD
index 56c264d6660b..e2f9b16ea241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=tetzle
-pkgver=2.1.3
+pkgver=2.1.4
pkgrel=1
pkgdesc='A tetromino jigsaw puzzle game'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('ef67083018dc5e22a61d52e3041d6d725753e6ed5bc70b770159d867451c8cb1')
+sha256sums=('aa6a51d4862379c2cb00ce8162a31c6c1bf2c33f4377f0cb43536a920aa80562')
build() {
cd "$pkgname-$pkgver"