summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7e5f6d59fc4..48e52c304435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=hotshots-git
pkgver=r19.e3712ae
-pkgrel=1
+pkgrel=2
pkgdesc="Screenshot and annotation software"
arch=('x86_64')
url="https://github.com/obiwankennedy/HotShots"
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname%-git}"
- qmake -recursive HotShots.pro \
+ qmake-qt5 -recursive HotShots.pro \
INSTALL_PREFIX=/usr \
INSTALL_LIBDIR=INSTALL_PREFIX/lib
make