diff options
Diffstat (limited to 'main/hwdata')
-rw-r--r-- | main/hwdata/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/hwdata/APKBUILD b/main/hwdata/APKBUILD index d6bb344f60..2a062a3558 100644 --- a/main/hwdata/APKBUILD +++ b/main/hwdata/APKBUILD @@ -1,7 +1,7 @@ -# Maintainer: Natanael Copa +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hwdata pkgver=0.240 -pkgrel=0 +pkgrel=1 pkgdesc="Hardware identification and configuration data" url="http://git.fedorahosted.org/git/hwdata.git" arch="noarch" @@ -45,8 +45,8 @@ _mv() { mv "$pkgdir"/usr/share/hwdata/$1 "$subpkgdir"/usr/share/hwdata } -usb() { _mv usb.ids; } -pci() { _mv pci.ids; } +usb() { replaces="usbutils"; _mv usb.ids; } +pci() { replaces="pciutils"; _mv pci.ids; } pnp() { _mv pnp.ids; } oui() { _mv oui.txt; } |