summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2019-08-07 12:46:53 -0400
committerGraeme Gott2019-08-07 12:46:53 -0400
commite87f75831ddfe9515ea1405aefc945bd567a9fde (patch)
tree3effcd7a71c21d871870dee4b741000849027eea
parent9dede113ca8762dc9bbcf09f7b5a41d59135cbe7 (diff)
downloadaur-e87f75831ddfe9515ea1405aefc945bd567a9fde.tar.gz
Update to 1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64582d4a45d7..0d5c1066cfb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexalate
pkgdesc = A color matching game
- pkgver = 1.1.4
+ pkgver = 1.1.5
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.4-src.tar.bz2
- sha256sums = 9dfdaaf802f792dbd539b7e87674f942a773970aa50c298cd395b5d21a9acca3
+ source = https://gottcode.org/hexalate/hexalate-1.1.5-src.tar.bz2
+ sha256sums = 422f5fed8adc7e2bc43e22a5c0573385143f8b15e8b3495b7b766e0409fa9782
pkgname = hexalate
diff --git a/PKGBUILD b/PKGBUILD
index 9ad2d03da5ee..734c3137db0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=hexalate
-pkgver=1.1.4
+pkgver=1.1.5
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=('9dfdaaf802f792dbd539b7e87674f942a773970aa50c298cd395b5d21a9acca3')
+sha256sums=('422f5fed8adc7e2bc43e22a5c0573385143f8b15e8b3495b7b766e0409fa9782')
build() {
cd "$pkgname-$pkgver"