summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2019-08-07 12:46:24 -0400
committerGraeme Gott2019-08-07 12:46:24 -0400
commit2fcd3c03768eea3d19ebcf12e712562b9d9da9ea (patch)
treeac8822e84c5d8924f9401a389ad704d36b33093d
parentcaeeb6417fa847a63969cfa0d3b760de30e3010b (diff)
downloadaur-2fcd3c03768eea3d19ebcf12e712562b9d9da9ea.tar.gz
Update to 1.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f28265f852..87f40d7e5fbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gottet
pkgdesc = A tetris clone using the Qt GUI toolkit
- pkgver = 1.1.7
+ pkgver = 1.1.8
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.7-src.tar.bz2
- sha256sums = 7cc6c49cb191a264dccf18659b885ead921f01ad496dac9774c7ec49428c8a7d
+ source = https://gottcode.org/gottet/gottet-1.1.8-src.tar.bz2
+ sha256sums = 440e9570e2909e3029cced304774a15d83b4019925ac9a4cfb44c1f8a77592d8
pkgname = gottet
diff --git a/PKGBUILD b/PKGBUILD
index 745ed252198b..9a8ae1d04d14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=gottet
-pkgver=1.1.7
+pkgver=1.1.8
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=('7cc6c49cb191a264dccf18659b885ead921f01ad496dac9774c7ec49428c8a7d')
+sha256sums=('440e9570e2909e3029cced304774a15d83b4019925ac9a4cfb44c1f8a77592d8')
build() {
cd "$pkgname-$pkgver"