[arch-commits] Commit in smartmontools/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Tue Jan 19 19:27:31 UTC 2010


    Date: Tuesday, January 19, 2010 @ 14:27:30
  Author: giovanni
Revision: 64307

upgpkg: smartmontools 5.39-1
    upstream release

Modified:
  smartmontools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-19 19:21:48 UTC (rev 64306)
+++ PKGBUILD	2010-01-19 19:27:30 UTC (rev 64307)
@@ -5,8 +5,8 @@
 # Contributor: Ralf Barth <archlinux.org at haggy.org>
 
 pkgname=smartmontools
-pkgver=5.38
-pkgrel=2
+pkgver=5.39
+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,13 +17,14 @@
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz \
         smartd.conf
         smartd.rc)
-md5sums=('a282846532ecbd6b4a28072373b3a70b'
+md5sums=('63c1b5373a9ef91e9c9becb16e147571'
          '28c1b80c41dac52d433961dcfb4f70e0'
          'fb30e07f87f2c1d99532e018291ad3e8')
 
 build()
 {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr \
               --sysconfdir=/etc
   make || return 1




More information about the arch-commits mailing list