diff --git a/files/usbutils-006-hwdata.patch b/files/usbutils-006-hwdata.patch deleted file mode 100644 --- a/files/usbutils-006-hwdata.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lsusb.py b/lsusb.py -index 7816a5a..f18aa7f 100755 ---- a/lsusb.py -+++ b/lsusb.py -@@ -18,7 +18,7 @@ warnsort = False - showeps = False - - prefix = "/sys/bus/usb/devices/" --usbids = "/usr/share/usb.ids" -+usbids = "/usr/share/hwdata/usb.ids" - - esc = chr(27) - norm = esc + "[0;0m" diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : usbutils -version : 008 -release : 3 +version : 009 +release : 4 source : - - https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-008.tar.xz : 44741af0bae9d402a0ef160a29b2fa700bb656ab5e0a4b3343d51249c2a44c8c + - https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-009.tar.xz : 8bbff0e54cb5f65a52be4feb9162fc0b022a97eb841b44784f7a89a9ea567160 homepage : http://linux-usb.sourceforge.net/ license : GPL-2.0 summary : usbutils (USB Utilities) @@ -12,7 +12,6 @@ description: | usbutils provides userland utilities for USB devices under Linux. setup : | - %patch -p1 < $pkgfiles/usbutils-006-hwdata.patch %configure --disable-zlib \ --datadir=/usr/share/hwdata \ --disable-usbids @@ -21,4 +20,4 @@ install : | %make_install # Don't need this - rm -rvf $installdir/usr/share/pkgconfig + rm -rvf $installdir/%libdir% diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,8 +3,8 @@ usbutils http://linux-usb.sourceforge.net/ - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net GPL-2.0 system.base @@ -25,12 +25,12 @@ - - 2017-04-10 - 008 + + 2017-11-27 + 009 Packaging update - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file