summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2020-04-21 09:16:23 -0400
committerGraeme Gott2020-04-21 09:16:23 -0400
commitaca290f893dc94ef91cd0dc101d5cfd9409c3622 (patch)
tree4c45cabb8f6cd7ca108e334bda76318f4be7faf4
parent2fcd3c03768eea3d19ebcf12e712562b9d9da9ea (diff)
downloadaur-aca290f893dc94ef91cd0dc101d5cfd9409c3622.tar.gz
Update to 1.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87f40d7e5fbd..92177bd94724 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gottet
pkgdesc = A tetris clone using the Qt GUI toolkit
- pkgver = 1.1.8
+ pkgver = 1.1.9
pkgrel = 1
url = https://gottcode.org/gottet/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = gottet
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/gottet/gottet-1.1.8-src.tar.bz2
- sha256sums = 440e9570e2909e3029cced304774a15d83b4019925ac9a4cfb44c1f8a77592d8
+ source = https://gottcode.org/gottet/gottet-1.1.9-src.tar.bz2
+ sha256sums = 6c979caa5b3fa6854ca8367ca0595814fcc101f0bdfad02d64219dd9049abb2b
pkgname = gottet
diff --git a/PKGBUILD b/PKGBUILD
index 9a8ae1d04d14..2e3c963d25c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=gottet
-pkgver=1.1.8
+pkgver=1.1.9
pkgrel=1
pkgdesc='A tetris clone using the Qt GUI toolkit'
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=('440e9570e2909e3029cced304774a15d83b4019925ac9a4cfb44c1f8a77592d8')
+sha256sums=('6c979caa5b3fa6854ca8367ca0595814fcc101f0bdfad02d64219dd9049abb2b')
build() {
cd "$pkgname-$pkgver"