From 282e8209e1a55ebabfd744dc530f24557b4c04b8 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 3 Nov 2015 19:40:20 +0000 Subject: smartmontools: update to 6.4 --- abs/extra/smartmontools/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/abs/extra/smartmontools/PKGBUILD b/abs/extra/smartmontools/PKGBUILD index 685750d..e167856 100644 --- a/abs/extra/smartmontools/PKGBUILD +++ b/abs/extra/smartmontools/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 219339 2014-08-05 17:28:35Z giovanni $ +# $Id$ # Maintainer: Giovanni Scafora # Contributor: Jeff Mickey # Contributor: Jani Talikka # Contributor: Ralf Barth pkgname=smartmontools -pkgver=6.3 +pkgver=6.4 pkgrel=1 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives" url="http://smartmontools.sourceforge.net" license=('GPL') arch=('i686' 'x86_64') depends=('gcc-libs' 'libcap-ng' 'bash') -optdepends=('heirloom-mailx: to get mail alerts to work') +optdepends=('s-nail: to get mail alerts to work') backup=('etc/smartd.conf' 'etc/conf.d/smartd') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'smartd.conf') -md5sums=('2ea0c62206e110192a97b59291b17f54' +md5sums=('56812c8312fd123ed40ef65afde1049e' '28c1b80c41dac52d433961dcfb4f70e0') build() { @@ -28,7 +28,10 @@ build() { --sysconfdir=/etc \ --enable-drivedb \ --with-libcap-ng=yes \ - --with-systemdsystemunitdir=/usr/lib/systemd/system + --with-systemdsystemunitdir=/usr/lib/systemd/system \ + --with-smartdscriptdir=/usr/share/smartmontools \ + --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d + make } -- cgit v0.12