aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-06 18:16:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-06 18:16:25 -0300
commit5dd91db652c7199e1ce3b0b27c7c19e5773ce48c (patch)
tree31bbefda6c34d461522809e021963b9b3926892c
parent58ff55747299a21354f7a74e2e0b839a6e67d4d3 (diff)
main/hwids: upgrade to 20200306
-rw-r--r--main/hwids/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/hwids/APKBUILD b/main/hwids/APKBUILD
index dfedbe59194..64bc8963285 100644
--- a/main/hwids/APKBUILD
+++ b/main/hwids/APKBUILD
@@ -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"