summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2019-08-07 12:50:53 -0400
committerGraeme Gott2019-08-07 12:50:53 -0400
commit617926c01c967e5df19cd4348d11db7debb9080a (patch)
tree89c8db2d4a7337dd76d294e9046ab0a6f60ca5c6
parent8a4610f46f46bc3af0d602aef4c893eb3643ce2e (diff)
downloadaur-617926c01c967e5df19cd4348d11db7debb9080a.tar.gz
Update to 2.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a586f7ad7fa..b3b51ad4533a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tetzle
pkgdesc = A tetromino jigsaw puzzle game
- pkgver = 2.1.4
+ pkgver = 2.1.5
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.4-src.tar.bz2
- sha256sums = aa6a51d4862379c2cb00ce8162a31c6c1bf2c33f4377f0cb43536a920aa80562
+ source = https://gottcode.org/tetzle/tetzle-2.1.5-src.tar.bz2
+ sha256sums = 982bac58aa37be4ac27a723b84d122af62b8cdce63d9aad180efa48427ce10b0
pkgname = tetzle
diff --git a/PKGBUILD b/PKGBUILD
index e2f9b16ea241..f66d267d6449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=tetzle
-pkgver=2.1.4
+pkgver=2.1.5
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=('aa6a51d4862379c2cb00ce8162a31c6c1bf2c33f4377f0cb43536a920aa80562')
+sha256sums=('982bac58aa37be4ac27a723b84d122af62b8cdce63d9aad180efa48427ce10b0')
build() {
cd "$pkgname-$pkgver"