Date: Saturday, October 30, 2010 @ 15:08:52 Author: tpowa Revision: 97491
upgpkg: hdparm 9.35-1 bump to latest version Modified: hdparm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-30 19:01:09 UTC (rev 97490) +++ PKGBUILD 2010-10-30 19:08:52 UTC (rev 97491) @@ -2,7 +2,7 @@ # Maintainer: Paul Mattal <[email protected]> pkgname=hdparm -pkgver=9.33 +pkgver=9.35 pkgrel=1 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters" arch=(i686 x86_64) @@ -14,8 +14,6 @@ url="http://sourceforge.net/projects/hdparm/" optdepends=('bash: for wiper.sh script') options=('emptydirs') -md5sums=('08a908589eda69191f9f40cc98afe433' - '5b99485ee6881de8e009597bffba7eea') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -39,3 +37,5 @@ #install license file install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT } +md5sums=('520996cc36b69212c3907df351296702' + '5b99485ee6881de8e009597bffba7eea')
