upg usbutils

This commit is contained in:
joborun linux 2023-10-22 17:06:09 +03:00
parent 3100286073
commit 231342b6f0
2 changed files with 11 additions and 16 deletions

View file

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=usbutils
pkgver=015
pkgrel=03
pkgver=016
pkgrel=01
pkgdesc="A collection of USB tools to query connected USB devices w/o systemd"
url="https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/"
depends=(glibc hwdata)
@ -47,16 +47,11 @@ package() {
arch=(x86_64)
license=('GPL2' 'GPL3')
license=('GPL-2.0-only' 'GPLG-2.0-or-later' 'GPL-3.0-only')
validpgpkeys=('647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sha512sums=('cda0070138400703d7429d39dee49130aedaa704292531e6af57b347cc62422ca609540650926e74335f71d67d7d4655418be4824e1eb8a2b065c7b395feaa87'
'SKIP')
b2sums=('1074c7159e9e6729f03f98e1f38fa0b3fef3e744b5297e6d97a5fc44ea374e2d5a0c481e14b2a034bca201048b1305c3877dbb15e3c4c04b228b4036048d8904'
'SKIP')
sha256sums=(75050b3a113a3d07b9e822fb367b8c7ef3524027d33aea7c9febfab038511e43 # usbutils-016.tar.xz
ca772ce0a96703749af116ca24c9cf1e06dbc569c6a682de6261b7cd954d1154) # usbutils-016.tar.sign
sha256sums=(c3b451bb1f4ff9f6356cac5a6956a9ac8e85d81651af56a29e689f94fa6fda6e # usbutils-015.tar.xz
6d01cfd835f504e1e0f0dbc09bbcf99c7abf6de6bd446af957771b2b6f8bc742) # usbutils-015.tar.sign
## 88b3d3cdd22aa7d37c0f37bf21fface5630f6ceca196a6df1a78fd7a6417524f usbutils-015-03-x86_64.pkg.tar.lz
## cd41c51727c0acd28b09fd6b103ca62232aac03cfd0d9200340d0986cda663d4 usbutils-016-01-x86_64.pkg.tar.lz

View file

@ -5,12 +5,12 @@
# Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
pkgname=usbutils
pkgver=015
pkgrel=3
pkgver=016
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 GPL3)
license=('GPL-2.0-only' 'GPLG-2.0-or-later' 'GPL-3.0-only')
depends=(glibc hwdata)
makedepends=(libusb systemd)
optdepends=(
@ -19,9 +19,9 @@ optdepends=(
'sh: for usb-devices'
)
source=(https://www.kernel.org/pub/linux/utils/usb/usbutils/$pkgname-$pkgver.tar{.xz,.sign})
sha512sums=('cda0070138400703d7429d39dee49130aedaa704292531e6af57b347cc62422ca609540650926e74335f71d67d7d4655418be4824e1eb8a2b065c7b395feaa87'
sha512sums=('4483038bf91c056cd2977f5e7f449c0a62d9152d6f5d64ab7bde438ab9c1c56fe524ba10b35781c2828edd0fe89379dbaed78fa7ffe78903cae0c4e3c460f9a0'
'SKIP')
b2sums=('1074c7159e9e6729f03f98e1f38fa0b3fef3e744b5297e6d97a5fc44ea374e2d5a0c481e14b2a034bca201048b1305c3877dbb15e3c4c04b228b4036048d8904'
b2sums=('2f3af61e5a7abf48cdf0a4aebc901ca1570007b54d11ae74572e16bdeb2d8e73844d76af54bd812d6d4b84ddaf6e956132ecc9a8a2849a7bffc0643e29115a49'
'SKIP')
validpgpkeys=('647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman <gregkh@linuxfoundation.org>