Package Details: uhubctl 2.5.0-1

Git Clone URL: https://aur.archlinux.org/uhubctl.git (read-only, click to copy)
Package Base: uhubctl
Description: control USB per-port power switching on PPPS smart USB hubs
Upstream URL: https://github.com/mvp/uhubctl
Licenses: GPL
Submitter: severach
Maintainer: severach
Last Packager: severach
Votes: 7
Popularity: 0.000000
First Submitted: 2017-07-12 18:15 (UTC)
Last Updated: 2022-12-16 08:48 (UTC)

Latest Comments

nickray commented on 2021-01-15 11:43 (UTC)

Hi, thanks for maintaining this package! This package also builds on aarch64 (Raspberry Pi 4B etc.), could you add this and the other ARM architecture to the supported architectures? The following patch should do it:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='uhubctl'
 pkgver='2.3.0'
 pkgrel='1'
 pkgdesc='control USB per-port power switching on PPPS smart USB hubs'
-arch=('x86_64')
+arch=('x86_64' 'armv7h' 'aarch64')
 _github='mvp'
 url="https://github.com/${_github}/${pkgname}"
 license=('GPL')

benalexau commented on 2020-09-07 04:54 (UTC)

Thanks for this package. Can you please modify the PKGBUILD so it builds on Raspberry Pi's (tested fine):

arch=('x86_64' 'armv7h')