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

Alexander Rødseth arodseth at gemini.archlinux.org
Sat Aug 6 00:35:55 UTC 2022


    Date: Saturday, August 6, 2022 @ 00:35:55
  Author: arodseth
Revision: 1260362

upgpkg: hwinfo 21.83-1

Modified:
  hwinfo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-06 00:03:33 UTC (rev 1260361)
+++ PKGBUILD	2022-08-06 00:35:55 UTC (rev 1260362)
@@ -7,7 +7,7 @@
 # Contributor: ninja_pt
 
 pkgname=hwinfo
-pkgver=21.82
+pkgver=21.83
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=(x86_64)
@@ -17,7 +17,7 @@
 makedepends=(flex git sysfsutils)
 options=(!emptydirs)
 source=(custom_ioctl.patch
-        "git+$url#commit=d72143a28319f212c3e808e1721f4d5c872b3e56") # tag: 21.80
+        "git+$url#commit=ded18cd1b47acc204ea445fd66c0fc2a85c3e61a") # tag: 21.83
 b2sums=('2b1bd3b53bbfc1e545e1a70ffd6cca08f704639a104928b2c02ccca3e82000f07a470fbdf129566ece6dfb2b98fdad0e82f18cc5c2016ebfeed043b4edb295b4'
         'SKIP')
 
@@ -25,6 +25,8 @@
   cd $pkgname
   patch -p1 -i ../custom_ioctl.patch
   echo touch changelog > git2log
+
+  sed -i '/linux\/fs.h/d' src/hd/hd.c
 }
 
 build() {



More information about the arch-commits mailing list