summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2020-04-21 09:19:20 -0400
committerGraeme Gott2020-04-21 09:20:16 -0400
commit9eae540bc4f3726ec44f9ba412afdf75f2f7622c (patch)
tree8c50a4146d80e519c6c19857d875c69f5b1dafab
parent7b32553c5ae332d2e215021a57c45da5759b34c7 (diff)
downloadaur-9eae540bc4f3726ec44f9ba412afdf75f2f7622c.tar.gz
Update to 1.2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1170fb6e27de..0f7505f7b61d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peg-e
pkgdesc = Peg elimination game
- pkgver = 1.2.7
+ pkgver = 1.2.8
pkgrel = 1
url = https://gottcode.org/peg-e/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = peg-e
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/peg-e/peg-e-1.2.7-src.tar.bz2
- sha256sums = 07025165f903a2e0e57c5ff537a7abb6e849a8d0f0c531b48db4a452edf6a0fc
+ source = https://gottcode.org/peg-e/peg-e-1.2.8-src.tar.bz2
+ sha256sums = 06d6a07c056b82372cdd6ac258dbfedab397ad4f13b70117f548b8218201ff17
pkgname = peg-e
diff --git a/PKGBUILD b/PKGBUILD
index 7980db304a56..dffcbd5fb5bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=peg-e
-pkgver=1.2.7
+pkgver=1.2.8
pkgrel=1
pkgdesc='Peg elimination game'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('07025165f903a2e0e57c5ff537a7abb6e849a8d0f0c531b48db4a452edf6a0fc')
+sha256sums=('06d6a07c056b82372cdd6ac258dbfedab397ad4f13b70117f548b8218201ff17')
build() {
cd "$pkgname-$pkgver"