summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-03-03 12:15:53 -0700
committerMark Wagie2022-03-03 12:15:53 -0700
commit7b0e2d126400a8bc34ceae2abdd422e2b4bd6e30 (patch)
tree780a6adbfbbcd29ea61400f3da86e61fd55185de
parent86f8e8768d25d87842d826067a6f3cc6576b6f90 (diff)
downloadaur-7b0e2d126400a8bc34ceae2abdd422e2b4bd6e30.tar.gz
specify qmake-qt5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7f41f6ed396..806e2db827cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hotshots-git
pkgdesc = Screenshot and annotation software
pkgver = r19.e3712ae
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/obiwankennedy/HotShots
arch = x86_64
license = GPL2
@@ -16,4 +16,3 @@ pkgbase = hotshots-git
sha256sums = SKIP
pkgname = hotshots-git
-
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