summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichaël Lhomme2015-08-22 21:19:00 +0200
committerMichaël Lhomme2015-08-22 21:19:00 +0200
commit6ed68a121b432f68fed5083e0560bfa27c148703 (patch)
treed27f43b0867895b15e9c4988a46894db015a86df /PKGBUILD
parentf4c8ba2d92610e1943323c58b80484a56438aea8 (diff)
downloadaur-6ed68a121b432f68fed5083e0560bfa27c148703.tar.gz
Add missing deps, package version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0d34bb99eba..668a6d1c8e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=diskmonitor
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="KDE tools to monitor SMART devices and MDRaid health status"
arch=('i686' 'x86_64')
url="https://github.com/papylhomme/diskmonitor"
license=('GPL2')
provides=('diskmonitor')
conflicts=('diskmonitor')
-depends=('udisks2' 'qt5-base' 'ki18n' 'kiconthemes' 'plasma-framework' )
+depends=('udisks2' 'qt5-base' 'ki18n' 'kiconthemes' 'knotifications' 'kxmlgui' 'plasma-framework' )
makedepends=('cmake' 'extra-cmake-modules' 'git')
options=()
source=( "$pkgname::git+https://github.com/papylhomme/diskmonitor.git#tag=${pkgver}" )