[arch-commits] CVS update of arch/build/system/hdparm (PKGBUILD)

Paul Mattal paul at archlinux.org
Sun Jun 17 13:06:20 UTC 2007


    Date: Sunday, June 17, 2007 @ 09:06:20
  Author: paul
    Path: /home/cvs-arch/arch/build/system/hdparm

Modified: PKGBUILD (1.22 -> 1.23)

upgpkg: hdparm 7.5-1
update to 7.5


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


Index: arch/build/system/hdparm/PKGBUILD
diff -u arch/build/system/hdparm/PKGBUILD:1.22 arch/build/system/hdparm/PKGBUILD:1.23
--- arch/build/system/hdparm/PKGBUILD:1.22	Fri May 11 12:39:07 2007
+++ arch/build/system/hdparm/PKGBUILD	Sun Jun 17 09:06:20 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.22 2007/05/11 16:39:07 paul Exp $
+# $Id: PKGBUILD,v 1.23 2007/06/17 13:06:20 paul Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=hdparm
-pkgver=7.3
+pkgver=7.5
 pkgrel=1
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 source=(http://heanet.dl.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz)
 license=('BSD')
 url="http://sourceforge.net/projects/hdparm/"
-md5sums=('27a5120e9df51399cbfe98121c90b22e')
+md5sums=('a608b3faf1b315fa5bb1ee04c1ee8952')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver} || return 1
@@ -23,4 +23,7 @@
   make DESTDIR=${startdir}/pkg install || return 1
   install -m755 contrib/idectl ${startdir}/pkg/sbin || return 1
   install -m755 contrib/ultrabayd ${startdir}/pkg/sbin || return 1
+
+  # installs empty /usr/share, which we let it do since it causes
+  # no harm and it might put something there someday
 }




More information about the arch-commits mailing list