summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2022-05-03 15:55:28 -0400
committerGraeme Gott2022-05-03 15:55:28 -0400
commit3828d11a781775e511468d4c73b7e163efed507a (patch)
tree0a9262c50ba4172772475c4456bc1346505ed34c
parent76e0b858a4b614167345ec718a70439e734d3469 (diff)
downloadaur-3828d11a781775e511468d4c73b7e163efed507a.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 381946d13a1d..8b3518811709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexalate
pkgdesc = A color matching game
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://gottcode.org/hexalate/
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = hexalate
makedepends = cmake
makedepends = qt6-tools
depends = qt6-base
- source = https://gottcode.org/hexalate/hexalate-1.2.0-src.tar.bz2
- sha256sums = a54aa31c6243ba091f46a6ced17be70e7481cc2af7de94f7e0288864355133bd
+ source = https://gottcode.org/hexalate/hexalate-1.2.1-src.tar.bz2
+ sha256sums = a36c00320b75526055566ffb7b0bbf719828a8a98b5ad5a5d0f463c5dfa06aa6
pkgname = hexalate
-
diff --git a/PKGBUILD b/PKGBUILD
index 68017070e9f0..1ec5e4ac9b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=hexalate
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc='A color matching game'
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=('a54aa31c6243ba091f46a6ced17be70e7481cc2af7de94f7e0288864355133bd')
+sha256sums=('a36c00320b75526055566ffb7b0bbf719828a8a98b5ad5a5d0f463c5dfa06aa6')
build() {
cmake -B build -S $pkgbase-$pkgver \