summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-03-19 14:01:53 +0100
committerMartchus2024-03-19 14:05:08 +0100
commitfa53bb9ac6d5c3fb7a04ac0c924265b8eb5f64e7 (patch)
tree00611245370706f6424d022dcceda70a525ba671 /PKGBUILD
parentcd431a0f946e23b5700be53c3667f705cb381ebe (diff)
downloadaur-hw-probe.tar.gz
Improve a few details
* Update licenses requested by "flag message" * Update comments after adopting the package * Use https in all URLs * Simplify dependencies and description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dca3fa2de2ef..2f2f95b6e088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,19 @@
-# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch>
+
+# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
+# you also find the URL of a binary repository.
pkgname=hw-probe
pkgver=1.6.5
-pkgrel=1
-pkgdesc="Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org"
+pkgrel=2
+pkgdesc="Probe for hardware, check its operability and upload result to https://linux-hardware.org"
arch=('any')
url="https://github.com/linuxhw/hw-probe"
-license=('GPLv2')
+license=('LGPL-2.1-or-later OR BSD-4-Clause')
source=("$url/archive/$pkgver.tar.gz")
sha256sums=('42030ba2fb3f6fb0772ab34744fbb91a89b1b6a9b0ed99e861fa05ff86968fb1')
-depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode' 'ddcutil' 'acpica')
+depends=('perl' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode' 'ddcutil' 'acpica')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils' 'efibootmgr')
package() {