keybase-desktop: broken on musl

This commit is contained in:
Enno Boland 2019-06-14 11:41:55 +02:00
parent 46603a9daf
commit ae7faaade8
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -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