diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-11-03 19:40:20 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-11-03 19:40:20 (GMT) |
commit | 282e8209e1a55ebabfd744dc530f24557b4c04b8 (patch) | |
tree | 337983a8f0cb03b9ccdb2016294328b1e9a9ec05 | |
parent | bf65376cb19aa78fd3c707e9227d3fee8531c7b0 (diff) | |
download | linhes_pkgbuild-282e8209e1a55ebabfd744dc530f24557b4c04b8.zip linhes_pkgbuild-282e8209e1a55ebabfd744dc530f24557b4c04b8.tar.gz linhes_pkgbuild-282e8209e1a55ebabfd744dc530f24557b4c04b8.tar.bz2 |
smartmontools: update to 6.4
-rw-r--r-- | abs/extra/smartmontools/PKGBUILD | 13 |
1 files 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 <giovanni@archlinux.org> # Contributor: Jeff Mickey <jeff@archlinux.org> # Contributor: Jani Talikka <jani.talikka@gmail.com> # Contributor: Ralf Barth <archlinux.org@haggy.org> 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 } |