summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2019-08-07 12:48:42 -0400
committerGraeme Gott2019-08-07 12:48:42 -0400
commit7b32553c5ae332d2e215021a57c45da5759b34c7 (patch)
tree49c99676b649bdfb375cbf610484895bfb901553
parentc117d9ea759aaa766410ef5934265b10bc048778 (diff)
downloadaur-7b32553c5ae332d2e215021a57c45da5759b34c7.tar.gz
Update to 1.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea6b285d5ed..1170fb6e27de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peg-e
pkgdesc = Peg elimination game
- pkgver = 1.2.6
+ pkgver = 1.2.7
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.6-src.tar.bz2
- sha256sums = b7a644397a6e8fd24c5df72a8c5950af8de035c9fafc712fea5eae87eea15d81
+ source = https://gottcode.org/peg-e/peg-e-1.2.7-src.tar.bz2
+ sha256sums = 07025165f903a2e0e57c5ff537a7abb6e849a8d0f0c531b48db4a452edf6a0fc
pkgname = peg-e
diff --git a/PKGBUILD b/PKGBUILD
index 890f402fb361..7980db304a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=peg-e
-pkgver=1.2.6
+pkgver=1.2.7
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=('b7a644397a6e8fd24c5df72a8c5950af8de035c9fafc712fea5eae87eea15d81')
+sha256sums=('07025165f903a2e0e57c5ff537a7abb6e849a8d0f0c531b48db4a452edf6a0fc')
build() {
cd "$pkgname-$pkgver"