Date: Sunday, March 29, 2015 @ 10:37:36 Author: giovanni Revision: 235252
upgpkg: smartmontools 6.3-2 Fixed FS44318 Modified: smartmontools/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-29 08:02:55 UTC (rev 235251) +++ PKGBUILD 2015-03-29 08:37:36 UTC (rev 235252) @@ -6,13 +6,13 @@ pkgname=smartmontools pkgver=6.3 -pkgrel=1 +pkgrel=2 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" @@ -28,7 +28,10 @@ --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 }
