summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2018-05-29 09:31:10 -0400
committerGraeme Gott2018-05-29 09:31:10 -0400
commitb04c1a7d15f4b6a5e48469446ba0094405f54e99 (patch)
treeaf51a2cff4003bcbbb360cd7a438f82fd816c53c
parent5c060879593cd01bedb5bc8b8db452248cc2059f (diff)
downloadaur-b04c1a7d15f4b6a5e48469446ba0094405f54e99.tar.gz
Update to 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a349f29907d..93606fb865ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexalate
pkgdesc = A color matching game
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://gottcode.org/hexalate/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = hexalate
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/hexalate/hexalate-1.1.2-src.tar.bz2
- sha256sums = 3a261e6b07f69b24332a13857b41684969a94be3aaee7a4a6f9d2115ef76dd4f
+ source = https://gottcode.org/hexalate/hexalate-1.1.3-src.tar.bz2
+ sha256sums = 2f480bc45eea4bd3a3c96bc6e0a59722ae8a2997bfe67c66510203a19b354085
pkgname = hexalate
diff --git a/PKGBUILD b/PKGBUILD
index 41ba5086c2d1..c62edcb920aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=hexalate
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc='A color matching 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=('3a261e6b07f69b24332a13857b41684969a94be3aaee7a4a6f9d2115ef76dd4f')
+sha256sums=('2f480bc45eea4bd3a3c96bc6e0a59722ae8a2997bfe67c66510203a19b354085')
build() {
cd "$pkgname-$pkgver"