jobcore/usbutils/waste.of.resources.by.the.a...

37 lines
933 B
Plaintext

# Maintainer: David Runge <dvzrv@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Tom Gundersen <teg@jklm.no>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
--- PKGBUILD-arch 2023-10-22 16:22:59.366159044 +0300
+++ PKGBUILD-arch.1 2023-10-22 20:02:58.348690190 +0300
@@ -6,13 +6,23 @@
pkgname=usbutils
pkgver=016
-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=('GPL-2.0-only' 'GPLG-2.0-or-later' 'GPL-3.0-only')
-depends=(glibc hwdata)
-makedepends=(libusb systemd)
+license=(
+ GPL-2.0-only
+ GPL-2.0-or-later
+ GPL-3.0-only
+)
+depends=(
+ glibc
+ hwdata
+)
+makedepends=(
+ libusb
+ systemd
+)
optdepends=(
'coreutils: for lsusb.py usage'
'python: for lsusb.py usage'