summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2017-12-26 15:52:38 -0500
committerGraeme Gott2017-12-26 15:52:38 -0500
commit46ec165510e02dcb02e98297fec3616b5420fdb7 (patch)
tree7879254fd18ea81b12a7a01a1dbf06a419985644
parentc2a9863a94547f49ccdeb40dbcd54f08c017a182 (diff)
downloadaur-46ec165510e02dcb02e98297fec3616b5420fdb7.tar.gz
Update to 1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11855fee4854..5edd3ec7914d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gottet
pkgdesc = A tetris clone using the Qt GUI toolkit
- pkgver = 1.1.4
+ pkgver = 1.1.5
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.4-src.tar.bz2
- sha256sums = f5aeb5cd260b0798c6a3a7cf018c67977be7a475085aa9cf0ca51e0e61d8ddac
+ source = https://gottcode.org/gottet/gottet-1.1.5-src.tar.bz2
+ sha256sums = 81a4eeb0b4845560c5153d362ff9a3d94db299cc7cf3ee3b807a8a678f18fc84
pkgname = gottet
diff --git a/PKGBUILD b/PKGBUILD
index a3eb837bc1f9..7654b0a95967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=gottet
-pkgver=1.1.4
+pkgver=1.1.5
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=('f5aeb5cd260b0798c6a3a7cf018c67977be7a475085aa9cf0ca51e0e61d8ddac')
+sha256sums=('81a4eeb0b4845560c5153d362ff9a3d94db299cc7cf3ee3b807a8a678f18fc84')
build() {
cd "$pkgname-$pkgver"