[arch-commits] Commit in hdparm/trunk (PKGBUILD pass-ldflags.patch)

Tobias Powalowski tpowa at archlinux.org
Tue Feb 9 10:27:24 UTC 2021


    Date: Tuesday, February 9, 2021 @ 10:27:24
  Author: tpowa
Revision: 407735

upgpkg: hdparm 9.60-1: bump to latest version

Modified:
  hdparm/trunk/PKGBUILD
  hdparm/trunk/pass-ldflags.patch

--------------------+
 PKGBUILD           |    8 ++++----
 pass-ldflags.patch |    9 ++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 10:13:00 UTC (rev 407734)
+++ PKGBUILD	2021-02-09 10:27:24 UTC (rev 407735)
@@ -1,8 +1,8 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=hdparm
-pkgver=9.58
-pkgrel=3
+pkgver=9.60
+pkgrel=1
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(x86_64)
 depends=('glibc')
@@ -13,9 +13,9 @@
 url="https://sourceforge.net/projects/hdparm/"
 optdepends=('bash: for wiper.sh script')
 options=('emptydirs')
-sha512sums=('42fb70f494aae4cc205ca68c3e883e1f4fc33e8ced1914e280e9f3faa7233d3f839e59178ec09ddb9d32e9d2bca122ce324645ecb5ac73defa284030ac7d3cea'
+sha512sums=('e40b3b48b409014acd0ec0bd7ff821e850b127627b1f5114c442eeaf0b93f02c6933f93a221037255499b741071c0a5cb4d9cf7f9a06ff92a416caf82673a0ed'
             'ddb9eff6e4c0b67da72104a9ddcb6fde2b6ad543174e56a7e065453beb88f4c16b977718b1db4beaed41aff477a0ed955303172d019efbe9eacef2a397f27499'
-            '21adb4a515e0b7ea9535bf2201e0b9a668c7f912f010d3efc6f8440344f107169daf0d94d77602b2162a6619b6a02bb0da24f2418ff3c7e0160395ae8889e5bc')
+            '4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: pass-ldflags.patch
===================================================================
--- pass-ldflags.patch	2021-02-09 10:13:00 UTC (rev 407734)
+++ pass-ldflags.patch	2021-02-09 10:27:24 UTC (rev 407735)
@@ -1,12 +1,11 @@
 diff -aur hdparm-9.58/Makefile hdparm-9.58.new/Makefile
---- hdparm-9.58/Makefile	2017-05-01 21:08:42.000000000 +0200
-+++ hdparm-9.58.new/Makefile	2019-09-22 19:19:03.783229803 +0200
-@@ -15,7 +15,7 @@
+--- hdparm-9.60/Makefile	2017-05-01 21:08:42.000000000 +0200
++++ hdparm-9.60.new/Makefile	2019-09-22 19:19:03.783229803 +0200
+@@ -15,6 +15,7 @@
  
  CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
  
--LDFLAGS = -s
 +LDFLAGS := -s ${LDFLAGS}
- #LDFLAGS = -s -static
  INSTALL = install
  INSTALL_DATA = $(INSTALL) -m 644
+ INSTALL_DIR = $(INSTALL) -m 755 -d



More information about the arch-commits mailing list