summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2018-07-20 12:37:16 -0400
committerGraeme Gott2018-07-20 12:37:16 -0400
commitc117d9ea759aaa766410ef5934265b10bc048778 (patch)
tree3b7c3b4bb07fb3dd1864965d96a1cc36883bf944
parent9754da9840ec9c22409ee4d9f5d28938a3ce92a7 (diff)
downloadaur-c117d9ea759aaa766410ef5934265b10bc048778.tar.gz
Update to 1.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34df12f9473b..dea6b285d5ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peg-e
pkgdesc = Peg elimination game
- pkgver = 1.2.5
+ pkgver = 1.2.6
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.5-src.tar.bz2
- sha256sums = 6ee95cce87c633333f2a30ad87ab0da882b0a90e0395242922da16f7e40cf6a1
+ source = https://gottcode.org/peg-e/peg-e-1.2.6-src.tar.bz2
+ sha256sums = b7a644397a6e8fd24c5df72a8c5950af8de035c9fafc712fea5eae87eea15d81
pkgname = peg-e
diff --git a/PKGBUILD b/PKGBUILD
index c3e882debe1d..890f402fb361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=peg-e
-pkgver=1.2.5
+pkgver=1.2.6
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=('6ee95cce87c633333f2a30ad87ab0da882b0a90e0395242922da16f7e40cf6a1')
+sha256sums=('b7a644397a6e8fd24c5df72a8c5950af8de035c9fafc712fea5eae87eea15d81')
build() {
cd "$pkgname-$pkgver"