Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
a2e8edff by Tobias Powalowski at 2024-03-04T21:39:18+01:00
upgpkg: 2024.03.05-1: remove PINCTRL modules to extra listing

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- hwdetect


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hwdetect
        pkgdesc = Hardware detection script with loading modules and 
mkinitcpio.conf
-       pkgver = 2024.03.04
+       pkgver = 2024.03.05
        pkgrel = 1
        url = https://archlinux.org/packages/extra/any/hwdetect/
        arch = any
@@ -16,6 +16,6 @@ pkgbase = hwdetect
        optdepends = lvm2:       for lvm2 mkinitcpio config support
        optdepends = mdadm:      for raid mkinitcpio config support
        source = hwdetect
-       b2sums = 
8a8b4f08b9c060d324d295794adc3235a9e4fa0ec194db3e86816ea5bbdf203ad477b4071a01a4b7d001aa6c73feee559547c4509d3652b54c18e168cfe84994
+       b2sums = 
2633c3612394800e883cca249e85c56ff833d6cb3edde04b28487306a99558e7a31e3ebc7696d01e0db92048bbaa379c39675040832d492dd111e055914cf614
 
 pkgname = hwdetect


=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski <tp...@archlinux.org>
 pkgname=hwdetect
-pkgver=2024.03.04
+pkgver=2024.03.05
 pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf"
 arch=(any)
@@ -11,7 +11,7 @@ optdepends=('cryptsetup: for encrypt mkinitcpio config 
support'
             'lvm2:       for lvm2 mkinitcpio config support'
             'mdadm:      for raid mkinitcpio config support')
 source=(hwdetect)
-b2sums=('8a8b4f08b9c060d324d295794adc3235a9e4fa0ec194db3e86816ea5bbdf203ad477b4071a01a4b7d001aa6c73feee559547c4509d3652b54c18e168cfe84994')
+b2sums=('2633c3612394800e883cca249e85c56ff833d6cb3edde04b28487306a99558e7a31e3ebc7696d01e0db92048bbaa379c39675040832d492dd111e055914cf614')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=====================================
hwdetect
=====================================
@@ -42,6 +42,7 @@ usage () {
     echo "    --show-net             show NETWORK modules"
     echo "    --show-nvme            show NVME modules"
     echo "    --show-parport         show PARPORT modules"
+    echo "    --show-pinctrl         show PINCTRL modules"
     echo "    --show-platform        show PLATFORM modules"
     echo "    --show-powercap        show POWERCAP modules"
     echo "    --show-serial          show SERIAL modules"
@@ -213,6 +214,7 @@ while [ -n "$*"  ]; do
             showlist "NET      " $(listmods net/ irda/)
             showlist "NVME     " $(listmods nvme/ nvme.ko)
             showlist "PARPORT  " $(listmods parport/)
+            showlist "PINCTRL  " $(listmods pinctrl/)
             showlist "PLATFORM " $(listmods platform/)
             showlist "POWERCAP " $(listmods powercap/)
             showlist "SERIAL   " $(listmods serial/)
@@ -226,7 +228,7 @@ while [ -n "$*"  ]; do
             showlist "WATCHDOG " $(listmods watchdog/)
             showlist "OTHER    " $(listmods modules/ agp/ acpi/ scsi/ 
message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 block/virtio 
virtio/virtio_pci ata/ \
                         usb/ ieee1394 bluetooth/ cdrom/ cpufreq/ crypto/ dca/ 
dma/ edac/ events/ net/ hwmon/ i2c/ input/ ipmi/ irda/ kvm/ mac_hid media/ mei/ 
\
-                        mfd/ mtd/ nvme/ parport/ platform/ powercap/ sound/ 
spi/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ video/ virt/ watchdog/)
+                        mfd/ mtd/ nvme/ parport/ pinctrl/ platform/ powercap/ 
sound/ spi/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ video/ virt/ 
watchdog/)
             ;;
         --show-modules-order)
             showlist "MODULES ORDER" $(listmods modules/)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/a2e8edff1e3e0a26ea6c03f574253e97f9121a94

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/a2e8edff1e3e0a26ea6c03f574253e97f9121a94
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to