Skip to content
Snippets Groups Projects

main/hwdata: upgrade to 0.377-2

Merged Simon Zeni requested to merge bl4ckb0ne/aports:hwdata-0.377.2 into master
1 file
+ 5
3
Compare changes
  • Side-by-side
  • Inline
+ 5
3
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=hwdata
pkgver=0.376
pkgver=0.377.2
_pkgver=0.377-2
pkgrel=0
pkgdesc="Hardware identification and configuration data"
url="https://github.com/vcrhonek/hwdata"
arch="noarch"
license="GPL-2.0-or-later OR XFree86-1.1"
subpackages="$pkgname-dev $pkgname-usb $pkgname-pci $pkgname-pnp $pkgname-net"
source="$pkgname-$pkgver.tar.gz::https://github.com/vcrhonek/hwdata/archive/refs/tags/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/vcrhonek/hwdata/archive/refs/tags/v$_pkgver.tar.gz"
options="!check" # just firmware data
replaces="hwids"
# be higher since hwids was a large date version
provides="hwids=20220101-r$pkgrel"
builddir="$srcdir/$pkgname-$_pkgver"
build() {
./configure \
@@ -69,5 +71,5 @@ pnp() {
}
sha512sums="
3b38a485baa62bd7908083ae13202aa5202ace16a993be0ea60cb658c4e2b9f6ba32dccf58a17d69036798c95109a684d878b9f9bb8149a8713248e5b8f1bda9 hwdata-0.376.tar.gz
c22be7ded7277cbf00300251dca061d2d34f01afc0283b3821649c382b66d74c06dcf66976c48e47879d3077e9b5dcbf01c4fbce3cc9b513ac01e5a05fc24d88 hwdata-0.377.2.tar.gz
"
Loading