aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-06-22 13:58:00 +0300
committerTimo Teräs <timo.teras@iki.fi>2018-07-19 10:32:43 +0300
commit2593cb4a48e16c47d391023533c533db89dbc6c8 (patch)
treed992d1b8c5709bf49a0c525229d62159559fc00b
parent61bb182487f04c416ebf39554b70f48c97022f58 (diff)
downloadaports-2593cb4a48e16c47d391023533c533db89dbc6c8.tar.bz2
aports-2593cb4a48e16c47d391023533c533db89dbc6c8.tar.xz
main/usbutils: upgrade to 010
Use https for sources.
-rw-r--r--main/usbutils/APKBUILD8
-rw-r--r--main/usbutils/hwdata.patch16
2 files changed, 12 insertions, 12 deletions
diff --git a/main/usbutils/APKBUILD b/main/usbutils/APKBUILD
index 1d410a1581..c40010c3ca 100644
--- a/main/usbutils/APKBUILD
+++ b/main/usbutils/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=usbutils
-pkgver=009
+pkgver=010
pkgrel=0
pkgdesc="USB Device Utilities"
url="http://linux-usb.sourceforge.net/"
@@ -9,7 +9,7 @@ license="GPL-2.0-or-later"
subpackages="$pkgname-doc"
depends="hwdata-usb"
makedepends="libusb-dev eudev-dev"
-source="http://www.kernel.org/pub/linux/utils/usb/usbutils/$pkgname-$pkgver.tar.xz
+source="https://www.kernel.org/pub/linux/utils/usb/usbutils/$pkgname-$pkgver.tar.xz
hwdata.patch
"
@@ -37,5 +37,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="e5936a42615690c13e618655fc5eb4f414d9a84f85b860eaeb3bcf737258e05d299b09d1c5388d50c718626036ec8cac5d670ad567ceadfaab85f401f0744a8a usbutils-009.tar.xz
-951609353bdd2a2a6ac52028a1071698756f806f8bfd785fcae9d949e27e3f932a6fdd484859cba1258f617b553f3c72f7bbeaece3c2e7cdbc4e1c630ec8ce92 hwdata.patch"
+sha512sums="8bc197307bc34b38c406c58c939be32f0b20ce9d3e7c977472fe4c3d47e791765432e381fd8d7393df621bbd4bf159ca24a08b22441770e7ae464e767f99a2e3 usbutils-010.tar.xz
+137f4ec3e10e00e602807dfd9ea580ecfe485a761d81cc60e9cd18a3380807dedfa1df76ca4cf6db0b3e682a698d02e333347758dd4207c7952c1a02632fde35 hwdata.patch"
diff --git a/main/usbutils/hwdata.patch b/main/usbutils/hwdata.patch
index 93816c4ba5..bf32b1822c 100644
--- a/main/usbutils/hwdata.patch
+++ b/main/usbutils/hwdata.patch
@@ -1,6 +1,6 @@
--- a/lsusb.py.in
+++ b/lsusb.py.in
-@@ -96,7 +96,7 @@
+@@ -101,7 +101,7 @@
return True
def parse_usb_ids():
@@ -9,12 +9,12 @@
id = 0
sid = 0
mode = 0
-@@ -520,7 +520,7 @@
- print " -c use colors"
- print " -e display endpoint info"
- print " -w display warning if usb.ids is not sorted correctly"
-- print " -f FILE override filename for /usr/share/usb.ids"
-+ print " -f FILE override filename for /usr/share/hwdata/usb.ids"
- print "Use lsusb.py -ciu to get a nice overview of your USB devices."
+@@ -525,7 +525,7 @@
+ print(" -c use colors")
+ print(" -e display endpoint info")
+ print(" -w display warning if usb.ids is not sorted correctly")
+- print(" -f FILE override filename for /usr/share/usb.ids")
++ print(" -f FILE override filename for /usr/share/hwdata/usb.ids")
+ print("Use lsusb.py -ciu to get a nice overview of your USB devices.")
return 2