summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorava1ar2015-08-11 21:03:16 -0400
committerava1ar2015-08-11 21:03:16 -0400
commit23a173c319aa51ace6682176523f43e8057735aa (patch)
tree36c744adf59e3d4779ee21608047a924bfbe99c4 /PKGBUILD
parent98501a3af3558afed0ab0d9be6f2e0b6236264b3 (diff)
downloadaur-23a173c319aa51ace6682176523f43e8057735aa.tar.gz
Configure parameters update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9369739a50dc..8a868069c884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=smartmontools-svn
_pkgname=smartmontools
-pkgver=4110
+pkgver=4117
pkgrel=1
pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives - latest SVN version"
url="http://smartmontools.sourceforge.net"
@@ -38,7 +38,7 @@ build() {
./configure --prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
- --enable-drivedb \
+ --with-drivedb \
--with-libcap-ng=yes \
--with-systemdsystemunitdir=/usr/lib/systemd/system
make