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

Tobias Powalowski tpowa at gemini.archlinux.org
Fri Jan 14 11:49:40 UTC 2022


    Date: Friday, January 14, 2022 @ 11:49:39
  Author: tpowa
Revision: 434448

upgpkg: hdparm 9.63-2: implement #48233

Modified:
  hdparm/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-14 10:59:29 UTC (rev 434447)
+++ PKGBUILD	2022-01-14 11:49:39 UTC (rev 434448)
@@ -2,17 +2,14 @@
 
 pkgname=hdparm
 pkgver=9.63
-pkgrel=1
+pkgrel=2
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(x86_64)
 depends=('glibc')
-optdepends=('sh: required by idectl and ultrabayd')
 source=(https://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
-        wiper.sh.2_6.max-ranges.patch pass-ldflags.patch)
+        pass-ldflags.patch)
 license=('BSD')
 url="https://sourceforge.net/projects/hdparm/"
-optdepends=('bash: for wiper.sh script')
-options=('emptydirs')
 sha512sums=('1d09dc2c79c31f45fa242dd5bf259e84281d1464e49ada9fd53bb6d58cb0458046e534a93f9d6de18478ca5db50b6d36ecbe5b784c0c681a1db29f15fadd525c'
             'ddb9eff6e4c0b67da72104a9ddcb6fde2b6ad543174e56a7e065453beb88f4c16b977718b1db4beaed41aff477a0ed955303172d019efbe9eacef2a397f27499'
             '4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
@@ -19,8 +16,6 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  # Fix Range input/output error when wiping Intel G2 and OCZ drives
-  patch -Np1 -i "$srcdir"/wiper.sh.2_6.max-ranges.patch
   # Enable FULL RELRO
   patch -Np1 -i "$srcdir"/pass-ldflags.patch
 }



More information about the arch-commits mailing list