summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 239f877a6982..da778d5a6d77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peg-e
pkgdesc = Peg elimination game
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://gottcode.org/peg-e/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = peg-e
makedepends = cmake
makedepends = qt6-tools
depends = qt6-base
- source = https://gottcode.org/peg-e/peg-e-1.3.2.tar.bz2
- sha256sums = c0e3e11080126b9ea893bf613d6ce4a7421c1e01eccd6ef252461e183d27e3b9
+ source = https://gottcode.org/peg-e/peg-e-1.3.3.tar.bz2
+ sha256sums = 5585b119f62e51c603de4fc48c1ce7c16068547b247dc343171042c3dd1c1666
pkgname = peg-e
diff --git a/PKGBUILD b/PKGBUILD
index 834c5b5dd561..bc9a63db2f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=peg-e
-pkgver=1.3.2
+pkgver=1.3.3
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}.tar.bz2")
-sha256sums=('c0e3e11080126b9ea893bf613d6ce4a7421c1e01eccd6ef252461e183d27e3b9')
+sha256sums=('5585b119f62e51c603de4fc48c1ce7c16068547b247dc343171042c3dd1c1666')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \