summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2017-08-05 08:12:24 -0400
committerGraeme Gott2017-08-05 08:12:24 -0400
commit06de5479f3459dd5338fb042aa77fcc4a242174a (patch)
tree41ea59faac0f4b995ab83023e092c135a6881df7
parent939bcd7727a7f9485215f12af8df70bcb02318da (diff)
downloadaur-06de5479f3459dd5338fb042aa77fcc4a242174a.tar.gz
Update to 1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae04713fa57..4e7c76b78907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = hexalate
pkgdesc = A color matching game
- pkgver = 1.1.0
- pkgrel = 3
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://gottcode.org/hexalate/
arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/hexalate/hexalate-1.1.0-src.tar.bz2
- sha256sums = 74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c
+ source = https://gottcode.org/hexalate/hexalate-1.1.1-src.tar.bz2
+ sha256sums = d5e5b00f1a177b105060bb03d23f644125fe6923b3582dacc3a87b82a79de2c7
pkgname = hexalate
diff --git a/PKGBUILD b/PKGBUILD
index a01f1be9cab8..c2f9e9881527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=hexalate
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
pkgdesc='A color matching game'
arch=('i686' 'x86_64')
url="https://gottcode.org/$pkgname/"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c')
+sha256sums=('d5e5b00f1a177b105060bb03d23f644125fe6923b3582dacc3a87b82a79de2c7')
build() {
cd "$pkgname-$pkgver"
@@ -22,6 +22,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
- qmake-qt5 PREFIX=/usr
make INSTALL_ROOT="$pkgdir/" install
}