Skip to content
Snippets Groups Projects
Verified Commit 8b4c9d68 authored by David Runge's avatar David Runge :chipmunk:
Browse files

upgpkg: 015-3 (rebuild to install usbreset and consolidate optdepends)

parent e8995cc0
No related branches found
Tags 015-3
No related merge requests found
......@@ -6,7 +6,7 @@
pkgname=usbutils
pkgver=015
pkgrel=2
pkgrel=3
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/"
......@@ -14,8 +14,9 @@ license=(GPL2 GPL3)
depends=(glibc hwdata)
makedepends=(libusb systemd)
optdepends=(
'python: for lsusb.py usage'
'coreutils: for lsusb.py usage'
'python: for lsusb.py usage'
'sh: for usb-devices'
)
source=(https://www.kernel.org/pub/linux/utils/usb/usbutils/$pkgname-$pkgver.tar{.xz,.sign})
sha512sums=('cda0070138400703d7429d39dee49130aedaa704292531e6af57b347cc62422ca609540650926e74335f71d67d7d4655418be4824e1eb8a2b065c7b395feaa87'
......@@ -45,5 +46,6 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -vDm 755 usbreset -t "$pkgdir/usr/bin"
install -vDm 644 NEWS -t "$pkgdir/usr/share/doc/$pkgname/"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment