main/hwids: upgrade to 20200306

This commit is contained in:
Leo 2020-03-06 18:16:25 -03:00
parent 58ff557472
commit 5dd91db652

View File

@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hwids
pkgver=20200204
pkgver=20200306
pkgrel=0
pkgdesc="Hardware identification databases"
url="https://github.com/gentoo/hwids/"
@ -16,12 +16,10 @@ source="https://github.com/gentoo/hwids/archive/hwids-$pkgver.tar.gz"
builddir="$srcdir/hwids-hwids-$pkgver"
build() {
cd "$builddir"
make UDEV=yes
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" DOCDIR="/usr/share/doc/$pkgname-$pkgver" \
MISCDIR="/usr/share/hwdata" UDEV=yes install
}
@ -67,4 +65,4 @@ udev() {
mv "$pkgdir"/etc "$subpkgdir"/
}
sha512sums="1d2a9baaa7ab64575a3d9b98ae4df9060cb8593ae752365296dd53b18bc5996170bbfe1c5b4b1ffc24b28e3dbaa7c321c4fa333bbf91449a6ca7b187cbe23741 hwids-20200204.tar.gz"
sha512sums="eff1d2783925ca459b387fbaa5cf68a98aa4209ab8509ad92a902b4d02cc7f4a47e5506c2beed4c792d24a8ab636ad77b376a92b59ae4f605d1b5258350ff250 hwids-20200306.tar.gz"