Package Details: solo1 0.1.1-3

Git Clone URL: https://aur.archlinux.org/solo1.git (read-only, click to copy)
Package Base: solo1
Description: Python tool and library for SoloKeys Solo 1
Upstream URL: https://github.com/solokeys/solo1-cli
Licenses: MIT, Apache
Conflicts: solo-python
Provides: solo-python
Replaces: solo-python
Submitter: wuxxin
Maintainer: wuxxin
Last Packager: wuxxin
Votes: 4
Popularity: 0.38
First Submitted: 2022-04-25 14:10 (UTC)
Last Updated: 2022-07-18 12:28 (UTC)

Pinned Comments

wuxxin commented on 2022-05-01 14:36 (UTC)

Development is on Github: https://github.com/wuxxin/solo1 Please open issues and PRs there.

Latest Comments

blueman commented on 2023-05-08 12:46 (UTC)

Needs rebuild for python 3.11

wuxxin commented on 2022-07-18 12:30 (UTC)

added patch https://aur.archlinux.org/cgit/aur.git/tree/152.patch?h=solo1

scgtrp commented on 2022-07-16 21:03 (UTC) (edited on 2022-07-16 21:04 (UTC) by scgtrp)

Upstream has this pull request that is required to build now but is not yet merged: https://github.com/solokeys/solo1-cli/pull/152/files

This hack gets it to build and run:

diff --git a/PKGBUILD b/PKGBUILD
index 85ed53e..4d33529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ sha256sums=('377f0c244ee0efc741f18b3370cc0e5dcaff852db90102eeb258201128643c84')

 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
+  find . -name '*.py' -exec sed -ie 's/\bCTAP\([12]\)\b/Ctap\1/' '{}' \;
   python -m flit build --format wheel
 }

wuxxin commented on 2022-05-01 14:37 (UTC)

@AndyRTR ty, i have changed the pkgbuild to your suggestions

wuxxin commented on 2022-05-01 14:36 (UTC)

Development is on Github: https://github.com/wuxxin/solo1 Please open issues and PRs there.

blueman commented on 2022-04-30 20:36 (UTC)

Hey, thanks for the AUR package!

AndyRTR commented on 2022-04-25 16:52 (UTC)

Maybe add conflicts/provides/replaces 'solo-python' to avoid the file conflict error msg.