author | Tobias Powalowski
<tpowa@archlinux.org> 2022-01-10 20:37:55 UTC |
committer | Tobias Powalowski
<tpowa@archlinux.org> 2022-01-10 20:37:55 UTC |
parent | 632916fc4e5967cb62a645ce9c192a70cc51d3d0 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index c69f2a6..6ad635a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,12 +6,12 @@ pkgname=usbutils pkgver=014 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of USB tools to query connected USB devices" arch=('x86_64') url="https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/" license=('GPL2' 'GPL3') -depends=('glibc' 'hwids') +depends=('glibc' 'hwdata') makedepends=('libusb' 'systemd') optdepends=('python: for lsusb.py usage' 'coreutils: for lsusb.py usage')