summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-06-24 10:23:00 +0100
committerEric Engestrom2022-06-24 10:23:00 +0100
commite11764069cba4afb2a123f5ea06c48ebb44018e4 (patch)
tree0ef9824d3dfeb9c910409ba2fbccb179376ffd57
parentdb964a07399ab9d1632eeef7ba9b02d4716a6cfa (diff)
downloadaur-e11764069cba4afb2a123f5ea06c48ebb44018e4.tar.gz
update to 1.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4adc396c125..37ef95e031fe 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
+ pkgver = 1.6.4
pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
@@ -19,7 +19,7 @@ pkgbase = hw-probe
optdepends = inxi
optdepends = pnputils
optdepends = efibootmgr
- source = https://github.com/linuxhw/hw-probe/archive/1.6.tar.gz
- sha256sums = de048be6aef357d3142c9e2327d6f79d205a42aa3396ad381ed319115d1c9a22
+ source = https://github.com/linuxhw/hw-probe/archive/1.6.4.tar.gz
+ sha256sums = 3dc0d0b4b7a9ff65a7937f1b1ca3a36b9360ead0d6770f2a9abceff486d44274
pkgname = hw-probe
diff --git a/PKGBUILD b/PKGBUILD
index becd63dbaca8..75b031b51587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=hw-probe
-pkgver=1.6
+pkgver=1.6.4
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=('de048be6aef357d3142c9e2327d6f79d205a42aa3396ad381ed319115d1c9a22')
+sha256sums=('3dc0d0b4b7a9ff65a7937f1b1ca3a36b9360ead0d6770f2a9abceff486d44274')
depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'edid-decode' 'ddcutil')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils' 'efibootmgr')