summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2025-01-12 23:24:56 +0100
committerMartchus2025-01-12 23:24:56 +0100
commit5f64f03c50297b68bb5efe88d0e951608e6771f5 (patch)
treea141ef5f14c66976fa632305d21c96cc2c389ff9
parent588dd51123bde282c2104b84ee88d4f863a51a51 (diff)
downloadaur-5f64f03c50297b68bb5efe88d0e951608e6771f5.tar.gz
Update to 1.6.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a7a732fe831..a3429d841c0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hw-probe
pkgdesc = Probe for hardware, check its operability and upload result to https://linux-hardware.org
- pkgver = 1.6.5
- pkgrel = 3
+ pkgver = 1.6.6
+ pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
license = LGPL-2.1-or-later OR BSD-4-Clause
@@ -20,7 +20,7 @@ pkgbase = hw-probe
optdepends = inxi
optdepends = pnputils
optdepends = efibootmgr
- source = https://github.com/linuxhw/hw-probe/archive/1.6.5.tar.gz
- sha256sums = 42030ba2fb3f6fb0772ab34744fbb91a89b1b6a9b0ed99e861fa05ff86968fb1
+ source = https://github.com/linuxhw/hw-probe/archive/1.6.6.tar.gz
+ sha256sums = d8d31ed978095d0bd2ca7af51cfee8b97c97f7168ddb48a479a1632e1af84c7b
pkgname = hw-probe
diff --git a/PKGBUILD b/PKGBUILD
index 8172faed7acd..194b871aeeb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# you also find the URL of a binary repository.
pkgname=hw-probe
-pkgver=1.6.5
-pkgrel=3
+pkgver=1.6.6
+pkgrel=1
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=('LGPL-2.1-or-later OR BSD-4-Clause')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('42030ba2fb3f6fb0772ab34744fbb91a89b1b6a9b0ed99e861fa05ff86968fb1')
+sha256sums=('d8d31ed978095d0bd2ca7af51cfee8b97c97f7168ddb48a479a1632e1af84c7b')
depends=('perl' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'v4l-utils-git' 'ddcutil' 'acpica')
optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils' 'efibootmgr')