summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraeme Gott2017-07-01 20:44:32 -0400
committerGraeme Gott2017-07-01 20:44:32 -0400
commit89c8434221d6e5ca216f6f58411263107e8a26d1 (patch)
treebd722cf9af2ccfd6493ddddd86a00cca7af9cf65 /PKGBUILD
parentb9041399a4cca32af50b5e29921f8aeba829af1f (diff)
downloadaur-89c8434221d6e5ca216f6f58411263107e8a26d1.tar.gz
Rerun configure to find generated translations.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d08e5a875427..406cb18e7c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=peg-e
pkgver=1.2.2
-pkgrel=2
+pkgrel=3
pkgdesc='Peg elimination 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
}