diff options
author | Martchus | 2024-11-29 23:51:29 +0100 |
---|---|---|
committer | Martchus | 2024-11-29 23:51:29 +0100 |
commit | 3170fb0a6ff9c9c59b5b000c5fa4a0162570f589 (patch) | |
tree | 803879767f3863296ab29c50fa6b9d105b39629a | |
parent | 7dd0cba11a1d80f20aed7f15f26eb3f8e89fa84a (diff) | |
download | aur-3170fb0a6ff9c9c59b5b000c5fa4a0162570f589.tar.gz |
Use edid-decode from v4linux
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 13 insertions, 9 deletions
@@ -1,10 +1,10 @@ pkgbase = hw-probe-git - 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 url = https://github.com/linuxhw/hw-probe arch = any - license = GPLv2 + license = LGPL-2.1-or-later OR BSD-4-Clause makedepends = git depends = perl>=5 depends = hwinfo @@ -13,7 +13,7 @@ pkgbase = hw-probe-git depends = pciutils depends = usbutils depends = net-tools - depends = edid-decode + depends = v4l-utils-git depends = acpica optdepends = hdparm optdepends = smartmontools @@ -22,6 +22,6 @@ pkgbase = hw-probe-git provides = hw-probe=1.6.5 conflicts = hw-probe source = git+https://github.com/linuxhw/hw-probe - md5sums = SKIP + sha256sums = SKIP pkgname = hw-probe-git @@ -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-git 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" +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=("git+$url") -md5sums=('SKIP') -depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode' 'acpica') +sha256sums=('SKIP') +depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'v4l-utils-git' 'acpica') optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils') makedepends=('git') conflicts=('hw-probe') |