summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2017-08-05 07:32:00 -0400
committerGraeme Gott2017-08-05 07:32:00 -0400
commitc2a9863a94547f49ccdeb40dbcd54f08c017a182 (patch)
tree40963d0ea080b75ac09b0401e8d7a1fdb23b70b6
parent56b58914e8afe930e55c637cdfe62566f3049f5c (diff)
downloadaur-c2a9863a94547f49ccdeb40dbcd54f08c017a182.tar.gz
Update to 1.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 591442b40218..11855fee4854 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gottet
pkgdesc = A tetris clone using the Qt GUI toolkit
- pkgver = 1.1.3
- pkgrel = 3
+ pkgver = 1.1.4
+ pkgrel = 1
url = https://gottcode.org/gottet/
arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/gottet/gottet-1.1.3-src.tar.bz2
- sha256sums = ff8111c9760091980d12bc116ff75599d231437fea6a9313e7ab1bd0b2a15e1b
+ source = https://gottcode.org/gottet/gottet-1.1.4-src.tar.bz2
+ sha256sums = f5aeb5cd260b0798c6a3a7cf018c67977be7a475085aa9cf0ca51e0e61d8ddac
pkgname = gottet
diff --git a/PKGBUILD b/PKGBUILD
index fbdfd22f76db..a3eb837bc1f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=gottet
-pkgver=1.1.3
-pkgrel=3
+pkgver=1.1.4
+pkgrel=1
pkgdesc='A tetris clone using the Qt GUI toolkit'
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=('ff8111c9760091980d12bc116ff75599d231437fea6a9313e7ab1bd0b2a15e1b')
+sha256sums=('f5aeb5cd260b0798c6a3a7cf018c67977be7a475085aa9cf0ca51e0e61d8ddac')
build() {
cd "$pkgname-$pkgver"
@@ -22,6 +22,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
- qmake-qt5 PREFIX=/usr
make INSTALL_ROOT="$pkgdir/" install
}