summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2016-10-07 14:36:30 -0400
committerGraeme Gott2016-10-07 14:36:30 -0400
commit92483395729f41fa6c039164a28effde67fc48aa (patch)
tree98610227735ccf1c7ce62d3ef15a0f1ba34aab40
parent417c9b566c2827d351c309243c41c5d86964ad62 (diff)
downloadaur-92483395729f41fa6c039164a28effde67fc48aa.tar.gz
Update to 1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--gottet.install11
3 files changed, 7 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5212c73e54b1..fd2839dc7b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gottet
pkgdesc = A tetris clone using the Qt GUI toolkit
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = http://gottcode.org/gottet/
- install = gottet.install
arch = i686
arch = x86_64
license = GPL3
+ makedepends = qt5-tools
depends = qt5-base
- source = http://gottcode.org/gottet/gottet-1.1.1-src.tar.bz2
- sha256sums = c276dba1f7d145d74713fdc92fe2b22cf538ace0115026466109857f7b543163
+ source = http://gottcode.org/gottet/gottet-1.1.2-src.tar.bz2
+ sha256sums = 0138ce5c562404039d46f7950aa2450a9ad5f5a15ce506a42b06a95b0037cc56
pkgname = gottet
diff --git a/PKGBUILD b/PKGBUILD
index 19f08fd58993..40f01f3d762d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=gottet
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='A tetris clone using the Qt GUI toolkit'
arch=('i686' 'x86_64')
url="http://gottcode.org/$pkgname/"
license=('GPL3')
depends=('qt5-base')
-install="$pkgname.install"
+makedepends=('qt5-tools')
source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('c276dba1f7d145d74713fdc92fe2b22cf538ace0115026466109857f7b543163')
+sha256sums=('0138ce5c562404039d46f7950aa2450a9ad5f5a15ce506a42b06a95b0037cc56')
build() {
cd "$pkgname-$pkgver"
diff --git a/gottet.install b/gottet.install
deleted file mode 100644
index 1c0de2e4fa61..000000000000
--- a/gottet.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}