summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ada97a0dceee..7974c83adb09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=simsu
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc='Basic Sudoku 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=('7230293d7ff8d52b4a8d7f4e26638cff6e22e2a78edcc4ddaf7988da624fb37c')
+sha256sums=('77c690f242a073c99cb6fa08f039d02988110b34e211f0d8c7f0fe0b9c0e41a2')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \