summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2020-04-21 09:17:30 -0400
committerGraeme Gott2020-04-21 09:17:30 -0400
commit41d6445b7ccbb9b763e43e04272f3418bdf32f5b (patch)
tree29c44afd49d2f2c82f125491b45eb895ba0f34af
parente87f75831ddfe9515ea1405aefc945bd567a9fde (diff)
downloadaur-41d6445b7ccbb9b763e43e04272f3418bdf32f5b.tar.gz
Update to 1.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5c1066cfb9..5e6e6455e15f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexalate
pkgdesc = A color matching game
- pkgver = 1.1.5
+ pkgver = 1.1.6
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.5-src.tar.bz2
- sha256sums = 422f5fed8adc7e2bc43e22a5c0573385143f8b15e8b3495b7b766e0409fa9782
+ source = https://gottcode.org/hexalate/hexalate-1.1.6-src.tar.bz2
+ sha256sums = 5d3198523960d4df394d2092cd7e7b9003878a70a2934dbada60947651b1c88d
pkgname = hexalate
diff --git a/PKGBUILD b/PKGBUILD
index 734c3137db0a..9563ad32bac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=hexalate
-pkgver=1.1.5
+pkgver=1.1.6
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=('422f5fed8adc7e2bc43e22a5c0573385143f8b15e8b3495b7b766e0409fa9782')
+sha256sums=('5d3198523960d4df394d2092cd7e7b9003878a70a2934dbada60947651b1c88d')
build() {
cd "$pkgname-$pkgver"