Date: Wednesday, May 18, 2016 @ 09:05:46 Author: arojas Revision: 268277
Update to 6.5 Modified: smartmontools/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-18 06:52:55 UTC (rev 268276) +++ PKGBUILD 2016-05-18 07:05:46 UTC (rev 268277) @@ -5,8 +5,8 @@ # Contributor: Ralf Barth <[email protected]> pkgname=smartmontools -pkgver=6.4 -pkgrel=2 +pkgver=6.5 +pkgrel=1 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives" url="http://smartmontools.sourceforge.net" license=('GPL') @@ -17,7 +17,7 @@ 'etc/conf.d/smartd') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'smartd.conf') -md5sums=('56812c8312fd123ed40ef65afde1049e' +md5sums=('093aeec3f8f39fa9a37593c4012d3156' '28c1b80c41dac52d433961dcfb4f70e0') build() { @@ -26,7 +26,7 @@ ./configure --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ - --enable-drivedb \ + --with-drivedbdir \ --with-libcap-ng=yes \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ --with-smartdscriptdir=/usr/share/smartmontools \
