summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2022-05-03 15:54:55 -0400
committerGraeme Gott2022-05-03 15:54:55 -0400
commita37c9918546cb7e2f89e5208dd4261535ab4559b (patch)
tree3a14ef7e6dc9768d1db571fd5d528312c6c52c9b
parent636c0702a3eaa66d9e07b1a139833542f1f8ec2d (diff)
downloadaur-a37c9918546cb7e2f89e5208dd4261535ab4559b.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a83c89d59b5..fa748c13af44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gottet
pkgdesc = A tetris clone using the Qt GUI toolkit
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://gottcode.org/gottet/
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = gottet
makedepends = cmake
makedepends = qt6-tools
depends = qt6-base
- source = https://gottcode.org/gottet/gottet-1.2.0-src.tar.bz2
- sha256sums = 26647b12258180e46e76413a25b43b2a1c2f9169f0ea039015359ba9fbe4f2f8
+ source = https://gottcode.org/gottet/gottet-1.2.1-src.tar.bz2
+ sha256sums = f8207e7d4ec9c5c4f9d98dba4ed85a6137f0bc77ef973742d8bf91e154b86e54
pkgname = gottet
-
diff --git a/PKGBUILD b/PKGBUILD
index 37817d6d0ece..3c1bbb8ccefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=gottet
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc='A tetris clone using the Qt GUI toolkit'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt6-base')
makedepends=('cmake' 'qt6-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('26647b12258180e46e76413a25b43b2a1c2f9169f0ea039015359ba9fbe4f2f8')
+sha256sums=('f8207e7d4ec9c5c4f9d98dba4ed85a6137f0bc77ef973742d8bf91e154b86e54')
build() {
cmake -B build -S $pkgbase-$pkgver \