summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-03-03 12:19:35 -0700
committerMark Wagie2022-03-03 12:19:35 -0700
commit33c740fbec001357ae0c05cf4b588be8d746921f (patch)
tree6c278e1312cb26bad5d7cebaad31cb73b75f238d
parent97ed78fe2b4e7595318a57189fc928632e07d9d6 (diff)
downloadaur-33c740fbec001357ae0c05cf4b588be8d746921f.tar.gz
specify qmake-qt5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c5df4a0fe5..6d72a5288beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = liketaskmanager-git
pkgdesc = Tool that mimics the permformance monitoring of Windows Task Manager
pkgver = 2.3.r0.g2b37205
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rejuce/LikeTaskManager
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index a70b40f7ed9a..9737b25b3185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=liketaskmanager-git
pkgver=2.3.r0.g2b37205
-pkgrel=1
+pkgrel=2
pkgdesc="Tool that mimics the permformance monitoring of Windows Task Manager"
arch=('x86_64')
url="https://github.com/rejuce/LikeTaskManager"
@@ -27,8 +27,8 @@ prepare() {
build() {
cd "$srcdir/${pkgname%-git}"
- qmake
-# qmake -o Makefile LikeTaskManager.pro -spec linux-g++ CONFIG+=qtquickcompiler
+ qmake-qt5
+# qmake-qt5 -o Makefile LikeTaskManager.pro -spec linux-g++ CONFIG+=qtquickcompiler
make
}