summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2023-12-04 14:40:56 +0100
committerbegin-theadventure2023-12-04 14:40:56 +0100
commitaace3fb7988d7f772affa41385d3930ca8837c63 (patch)
tree8d0fabaefe798415b03761a4470e978bf83650c9 /PKGBUILD
parent1b957fd2d6031f262be148e926d179b4f28aedf1 (diff)
downloadaur-aace3fb7988d7f772affa41385d3930ca8837c63.tar.gz
clean up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c86bad195396..353885a1a5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc="KDE tools to monitor SMART devices and MDRaid health status"
url="https://github.com/papylhomme/diskmonitor"
arch=('i686' 'x86_64')
license=('GPL2')
-provides=("$pkgname")
-conflicts=("$pkgname")
depends=('ki18n5' 'kiconthemes5' 'knotifications5' 'kxmlgui5' 'plasma-framework5' 'qt5-base' 'udisks2')
makedepends=('cmake' 'extra-cmake-modules' 'git')
+provides=("$pkgname")
+conflicts=("$pkgname")
source=("git+https://github.com/papylhomme/diskmonitor.git#tag=$pkgver")
md5sums=('SKIP')