summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraeme Gott2022-05-03 15:56:08 -0400
committerGraeme Gott2022-05-03 15:56:08 -0400
commite9d410d6262af0083f28b067ca2d0b3bab6332ee (patch)
tree7499b5a56b45fb15f8bf47f09fd510035aa38214 /PKGBUILD
parent655c1ba1f5b721f57e747b721d31b1dea635eda8 (diff)
downloadaur-e9d410d6262af0083f28b067ca2d0b3bab6332ee.tar.gz
Update to 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 161344f80f22..ee52fc97adf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=peg-e
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Peg elimination 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=('2b99f01a479b4a6c45e9d4f0d64c96c478dd51887849db55ea30f1aba8d6c4d6')
+sha256sums=('b6f510de5523d8b9da6b06c1682eb93f86f264651cc3b4295e0033f8a1464176')
build() {
cmake -B build -S $pkgbase-$pkgver \