summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-03-19 14:01:53 +0100
committerMartchus2024-03-19 14:05:08 +0100
commitfa53bb9ac6d5c3fb7a04ac0c924265b8eb5f64e7 (patch)
tree00611245370706f6424d022dcceda70a525ba671
parentcd431a0f946e23b5700be53c3667f705cb381ebe (diff)
downloadaur-fa53bb9ac6d5c3fb7a04ac0c924265b8eb5f64e7.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
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f1ec79e4f3..ce73ea4b6464 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = hw-probe
- pkgdesc = Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org
+ pkgdesc = Probe for hardware, check its operability and upload result to https://linux-hardware.org
pkgver = 1.6.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxhw/hw-probe
arch = any
- license = GPLv2
- depends = perl>=5
+ license = LGPL-2.1-or-later OR BSD-4-Clause
+ depends = perl
depends = hwinfo
depends = curl
depends = dmidecode
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() {