summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97a93ff1116..2f50cab4f914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = qps
pkgdesc = a visual process manager, an X11 version of 'top' or 'ps'.
pkgver = 1.10.17
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/QtDesktop/qps
arch = x86_64
license = GPL
makedepends = cmake
- depends = qt5-base
+ makedepends = qt5-tools
depends = qt5-x11extras
source = qps-1.10.17.tar.xz::https://github.com/QtDesktop/qps/releases/download/1.10.17/qps-1.10.17.tar.xz
source = qps.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 6fc7ebbec873..b0d0026b1f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=qps
pkgver=1.10.17
-pkgrel=1
+pkgrel=2
pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
url="https://github.com/QtDesktop/qps"
-depends=('qt5-base' 'qt5-x11extras')
-makedepends=('cmake')
+depends=('qt5-x11extras')
+makedepends=('cmake' 'qt5-tools')
arch=('x86_64')
license=("GPL")
source=("$pkgname-$pkgver.tar.xz::https://github.com/QtDesktop/qps/releases/download/1.10.17/$pkgname-$pkgver.tar.xz"