summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2017-07-01 20:41:20 -0400
committerGraeme Gott2017-07-01 20:41:20 -0400
commitd97abd9f74fc6377f2580256dd6b6644658aceae (patch)
treebe62b2cc624a1cd23f54e94caa245f02ed796eb9
parentbff1d72cc7c9e4fddc6663203a38db81bb6d722a (diff)
downloadaur-d97abd9f74fc6377f2580256dd6b6644658aceae.tar.gz
Rerun configure to find generated translations.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f45c72a62a..7ea0986faf6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = cutemaze
pkgdesc = Top-down maze game
pkgver = 1.2.0
- pkgrel = 2
- url = http://gottcode.org/cutemaze/
+ pkgrel = 3
+ url = https://gottcode.org/cutemaze/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 11a93716b5ae..68227d43de89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=cutemaze
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc='Top-down maze game'
arch=('i686' 'x86_64')
-url="http://gottcode.org/$pkgname/"
+url="https://gottcode.org/$pkgname/"
license=('GPL3')
depends=('qt5-base' 'qt5-svg')
makedepends=('qt5-tools')
@@ -22,5 +22,6 @@ build() {
package() {
cd "$pkgname-$pkgver"
+ qmake-qt5 PREFIX=/usr
make INSTALL_ROOT="$pkgdir/" install
}