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

Tobias Powalowski tpowa at archlinux.org
Fri Jul 31 21:04:48 UTC 2009


    Date: Friday, July 31, 2009 @ 17:04:48
  Author: tpowa
Revision: 48169

upgpkg: hdparm 9.21-1

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-31 20:59:27 UTC (rev 48168)
+++ PKGBUILD	2009-07-31 21:04:48 UTC (rev 48169)
@@ -2,17 +2,18 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=hdparm
-pkgver=9.15
+pkgver=9.21
 pkgrel=1
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(i686 x86_64)
 depends=('glibc')
+optdepends=('sh: required by idectl and ultrabayd')
 groups=('base')
 source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz)
 license=('BSD')
 url="http://sourceforge.net/projects/hdparm/"
 options=('emptydirs')
-md5sums=('0524dd10ad986285ff4eeb3507f7471c')
+md5sums=('b323a9e673ae781834fe60fac0fb3e75')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver} || return 1
@@ -29,4 +30,3 @@
   #install license file
   install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
 }
-




More information about the arch-commits mailing list