diff --git a/community/gocryptfs/APKBUILD b/community/gocryptfs/APKBUILD index 4ff83061610..2458d53dd0b 100644 --- a/community/gocryptfs/APKBUILD +++ b/community/gocryptfs/APKBUILD @@ -5,8 +5,7 @@ pkgver=2.3.1 pkgrel=2 pkgdesc="Encrypted overlay filesystem written in Go" url="https://github.com/rfjakob/gocryptfs" -# riscv64 fails to build https://gitlab.alpinelinux.org/alpine/aports/-/issues/12793 -arch="all !riscv64" +arch="all" license="MIT" makedepends="go bash openssl-dev>3" depends="fuse"