diff options
Diffstat (limited to 'abs/core/hdparm')
-rw-r--r-- | abs/core/hdparm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/hdparm/PKGBUILD b/abs/core/hdparm/PKGBUILD index de29521..2e1a441 100644 --- a/abs/core/hdparm/PKGBUILD +++ b/abs/core/hdparm/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Paul Mattal <paul@archlinux.org> pkgname=hdparm -pkgver=8.9 -pkgrel=10 +pkgver=9.29 +pkgrel=1 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters" arch=(i686 x86_64) depends=('glibc') @@ -30,4 +30,4 @@ build() { # installs empty /usr/share, which we let it do since it causes # no harm and it might put something there someday } -md5sums=('19fa013956612581af7d00907990ac84') +md5sums=('6575aba60e5adee628414cac76549c9b') |