git » usbutils.git » commit 2354949

upgpkg: 016-2

author David Runge
2023-10-22 13:29:56 UTC
committer David Runge
2023-10-22 13:29:56 UTC
parent d29e94e5f8b8541c2f019ac315dc02b38a6b78cd

upgpkg: 016-2

Rebuild to fix typo in SPDX license identifier

.SRCINFO +2 -2
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index d87641b..a33bdf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
 pkgbase = usbutils
 	pkgdesc = A collection of USB tools to query connected USB devices
 	pkgver = 016
-	pkgrel = 1
+	pkgrel = 2
 	url = https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/
 	arch = x86_64
 	license = GPL-2.0-only
-	license = GPLG-2.0-or-later
+	license = GPL-2.0-or-later
 	license = GPL-3.0-only
 	makedepends = libusb
 	makedepends = systemd
diff --git a/PKGBUILD b/PKGBUILD
index 63dc1fa..9c73dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 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/"