summaryrefslogtreecommitdiff
path: root/core/hdparm
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-16 23:52:49 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-16 23:52:49 -0300
commit3138d10936c63dc6444ac0dc55dd08b722b82309 (patch)
tree93a87cbad15b2c45faa22f5242b63a2666a02431 /core/hdparm
parent17012da70df1ee83bf7a4976c0157e65638a7a9f (diff)
parent76774d40da5ce246c9f2178fdf937706d99af4b2 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/blobby2/PKGBUILD core/glibc/PKGBUILD extra/inkscape/PKGBUILD extra/kdenetwork/PKGBUILD testing/kmod/PKGBUILD
Diffstat (limited to 'core/hdparm')
-rw-r--r--core/hdparm/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/hdparm/PKGBUILD b/core/hdparm/PKGBUILD
index d793bb3cf..b996ad45e 100644
--- a/core/hdparm/PKGBUILD
+++ b/core/hdparm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 146810 2012-01-18 17:16:31Z tpowa $
+# $Id: PKGBUILD 150217 2012-02-15 07:27:04Z tpowa $
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=hdparm
-pkgver=9.38
+pkgver=9.39
pkgrel=1
pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
arch=(i686 x86_64 'mips64el')
@@ -14,6 +14,8 @@ license=('BSD')
url="http://sourceforge.net/projects/hdparm/"
optdepends=('bash: for wiper.sh script')
options=('emptydirs')
+md5sums=('2bc17b72403885d4faf959682944243b'
+ '74e368f384166a7710b447573cda120a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -38,5 +40,3 @@ package() {
#install license file
install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
}
-md5sums=('915e74685e2f25eaebe6a26c5d7ca700'
- '74e368f384166a7710b447573cda120a')