From 5448dbf14ced06b62d86997551a8d23af1013cfe Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Sat, 25 May 2019 15:54:55 +0200
Subject: [PATCH] testing/hwids: let hwids-net replace hwdata

fixes:
ERROR: hwids-net-20190316-r0: trying to overwrite usr/share/hwdata/iab.txt owned by hwdata-0.318-r0.
---
 testing/hwids/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/hwids/APKBUILD b/testing/hwids/APKBUILD
index 92b91d4cb33a..afc65b007e49 100644
--- a/testing/hwids/APKBUILD
+++ b/testing/hwids/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=hwids
 pkgver=20190316
-pkgrel=0
+pkgrel=1
 pkgdesc="Hardware identification databases"
 url="https://github.com/gentoo/hwids/"
 arch="noarch"
@@ -50,7 +50,7 @@ pci() {
 }
 
 net() {
-	replaces="hwdata-oui"
+	replaces="hwdata-oui hwdata"
 	provides="hwdata-oui=$pkgver-r$pkgrel"
 	license="Public-Domain"
 	_mv "Networking OUIs" oui.txt iab.txt
-- 
GitLab