summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskhat2017-02-24 12:58:46 +0700
committerAskhat2017-02-24 12:58:46 +0700
commit8beb0ae2605dd548f31c27abac07935c8dde92db (patch)
tree53edfb936f4ce78c6dfa7c7a3f1f8b8b5eaa9e0a
parent9ee0e7a55b731101c0bc34e7fcb743795b0f91d2 (diff)
downloadaur-8beb0ae2605dd548f31c27abac07935c8dde92db.tar.gz
Dependencies correction
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff3669e16fc..e024ab8ad544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 24 05:16:29 UTC 2017
+# Fri Feb 24 05:58:29 UTC 2017
pkgbase = whdd
pkgdesc = Diagnostic and recovery tool for block devices (near to replace MHDD for Linux)
pkgver = 3.0
@@ -8,10 +8,9 @@ pkgbase = whdd
arch = i686
arch = x86_64
license = GPL
- makedepends = cmake
depends = ncurses
- depends = smartmontools
depends = dialog
+ optdepends = smartmontools: for reading SMART attributes
source = https://github.com/whdd/whdd/archive/3.0.tar.gz
md5sums = f8a52f3be562d8210c2f33ad098b7b31
diff --git a/PKGBUILD b/PKGBUILD
index dc015f6f0771..e86e57136417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgdesc="Diagnostic and recovery tool for block devices (near to replace MHDD fo
arch=('i686' 'x86_64')
url="https://github.com/whdd/whdd"
license=('GPL')
-depends=('ncurses' 'smartmontools' 'dialog')
-makedepends=('cmake')
+depends=('ncurses' 'dialog')
+optdepends=('smartmontools: for reading SMART attributes')
+# makedepends=('cmake')
source=(https://github.com/whdd/whdd/archive/${pkgver}.tar.gz)
md5sums=('f8a52f3be562d8210c2f33ad098b7b31')
@@ -26,4 +27,3 @@ package() {
install -D -m 755 "${pkgname}" "${pkgdir}"/usr/bin/"${pkgname}"
}
-