summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraeme Gott2024-01-16 11:58:23 -0500
committerGraeme Gott2024-01-16 11:58:23 -0500
commite69b80cd5eaa0e06a50d9410cef6862c5af7c80e (patch)
tree7c798f0dc005edc2ad95c5fe17e346bd014c419b /PKGBUILD
parent4070cc48eda48d44166969d7323ee2e515e643e7 (diff)
downloadaur-e69b80cd5eaa0e06a50d9410cef6862c5af7c80e.tar.gz
Update to 1.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07fc1ac5cd12..4a6b4ceca565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=gottet
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc='Falling blocks game'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt6-base')
makedepends=('cmake' 'qt6-tools')
source=("https://gottcode.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('9f594db87c7b6ce62f105578c100ce8dac62485c6d9b09be506166a1780092d0')
+sha256sums=('0fafb1f4e43a91bfc86c6948af986605d458ec618476b803b40d5d0841d43f1a')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \