Skip to content
Snippets Groups Projects
Commit 632916fc authored by David Runge's avatar David Runge :chipmunk:
Browse files

Upgrade to 014.

Update license array to also include GPL3.
Drop installation of README.md as it is not included anymore.
parent 2a5f1e77
No related branches found
Tags 5.9.5-1
No related merge requests found
......@@ -5,26 +5,26 @@
# Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
pkgname=usbutils
pkgver=013
pkgver=014
pkgrel=1
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')
license=('GPL2' 'GPL3')
depends=('glibc' 'hwids')
makedepends=('libusb' 'systemd')
optdepends=('python: for lsusb.py usage'
'coreutils: for lsusb.py usage')
source=("https://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar"{.xz,.sign})
sha512sums=('eb1751e5b82f7a1bdffc667662cebee6fd42f466e59d4eb4c98f0d3723d740305377da1df1ba5831402fddbbd1697bbfa2abd22d9ed175e2dee55d6d007e9e54'
sha512sums=('43c9f6ed14f8d01e014ef39a5d50b3b09031c6bda8261e0945b4cb4287c9107104175b386c2adc61dc7f9f476afb30f9a647a6ece6dee26b4133a4f10af72792'
'SKIP')
b2sums=('d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873'
b2sums=('aea4f8edd3c7d7bc400fd63a8702b6d0bb50b8ed07196c4a0ed20a615eacf6373794afb9e7d5d81408dc3382848e965ecf8bc1bbec20837e4d1f96ba47cc40b5'
'SKIP')
validpgpkeys=('647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman <gregkh@linuxfoundation.org>
prepare() {
cd "$pkgname-$pkgver"
autoreconf -vfi
autoreconf -fiv
}
build() {
......@@ -38,5 +38,5 @@ package() {
depends+=('libusb-1.0.so' 'libudev.so')
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
install -vDm 644 {README.md,NEWS} -t "${pkgdir}/usr/share/doc/${pkgname}/"
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