summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2017-07-01 20:43:28 -0400
committerGraeme Gott2017-07-01 20:43:28 -0400
commit939bcd7727a7f9485215f12af8df70bcb02318da (patch)
tree942a0e6f0a7514060635c6e5e43bf1bdc169fec2
parent8d8c41eea1c40b92f6eb78a6e8e49bb6284afd0e (diff)
downloadaur-939bcd7727a7f9485215f12af8df70bcb02318da.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 c3ff3e21c416..dae04713fa57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hexalate
pkgdesc = A color matching game
pkgver = 1.1.0
- pkgrel = 2
- url = http://gottcode.org/hexalate/
+ pkgrel = 3
+ url = https://gottcode.org/hexalate/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index de2423a1f257..a01f1be9cab8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=hexalate
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='A color matching 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
}