summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-09-27 21:42:50 +0100
committerEric Engestrom2022-09-27 21:42:50 +0100
commitcd431a0f946e23b5700be53c3667f705cb381ebe (patch)
tree5289a0607dd58a0b1a677e2060a4c6aed038aeaf
parent29d2e2df84be90eb1ede67909a5ff2c4c8dfe369 (diff)
downloadaur-cd431a0f946e23b5700be53c3667f705cb381ebe.tar.gz
update to 1.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f24f22236ef..05f1ec79e4f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hw-probe
pkgdesc = Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org
- pkgver = 1.6.4
+ pkgver = 1.6.5
pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
@@ -20,7 +20,7 @@ pkgbase = hw-probe
optdepends = inxi
optdepends = pnputils
optdepends = efibootmgr
- source = https://github.com/linuxhw/hw-probe/archive/1.6.4.tar.gz
- sha256sums = 3dc0d0b4b7a9ff65a7937f1b1ca3a36b9360ead0d6770f2a9abceff486d44274
+ source = https://github.com/linuxhw/hw-probe/archive/1.6.5.tar.gz
+ sha256sums = 42030ba2fb3f6fb0772ab34744fbb91a89b1b6a9b0ed99e861fa05ff86968fb1
pkgname = hw-probe
diff --git a/PKGBUILD b/PKGBUILD
index 218e8fad9f06..dca3fa2de2ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=hw-probe
-pkgver=1.6.4
+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"
arch=('any')
url="https://github.com/linuxhw/hw-probe"
license=('GPLv2')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('3dc0d0b4b7a9ff65a7937f1b1ca3a36b9360ead0d6770f2a9abceff486d44274')
+sha256sums=('42030ba2fb3f6fb0772ab34744fbb91a89b1b6a9b0ed99e861fa05ff86968fb1')
depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode' 'ddcutil' 'acpica')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils' 'efibootmgr')