mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
keybase-desktop: broken on musl
This commit is contained in:
parent
46603a9daf
commit
ae7faaade8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'keybase-desktop'
|
||||
pkgname=keybase-desktop
|
||||
version=3.1.2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="client-${version}"
|
||||
hostmakedepends="git nodejs-lts yarn"
|
||||
depends="keybase kbfs"
|
||||
|
@ -14,8 +14,8 @@ checksum=ae626bef3123c92716232afb989efc3404e9dc8cb4b0858981d6a8d278ff85fc
|
|||
nostrip_files="Keybase"
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64*) _target="x64";;
|
||||
# i686*) _target="ia32";;
|
||||
x86_64) _target="x64";;
|
||||
# i686) _target="ia32";;
|
||||
*) broken="This architecture is not currently supported by Keybase's Electron builds";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue