summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2017-07-01 20:45:02 -0400
committerGraeme Gott2017-07-01 20:45:02 -0400
commitef90432380ac21a744ba1ce1f35395349b4c9de1 (patch)
tree7be494dfdc4150f01f72812fb3b588ef88e426de
parent93ee8467b840da0526e9ee9f2c4ac229932b4f71 (diff)
downloadaur-ef90432380ac21a744ba1ce1f35395349b4c9de1.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 1385099851ae..866c116bb23e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = simsu
pkgdesc = A basic Sudoku game
pkgver = 1.3.3
- pkgrel = 2
- url = http://gottcode.org/simsu/
+ pkgrel = 3
+ url = https://gottcode.org/simsu/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 69b70cb27f0b..116e015eda2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=simsu
pkgver=1.3.3
-pkgrel=2
+pkgrel=3
pkgdesc='A basic Sudoku game'
arch=('i686' 'x86_64')
-url="http://gottcode.org/$pkgname/"
+url="https://gottcode.org/$pkgname/"
license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
@@ -22,5 +22,6 @@ build() {
package() {
cd "$pkgname-$pkgver"
+ qmake-qt5 PREFIX=/usr
make INSTALL_ROOT="$pkgdir/" install
}