aboutsummaryrefslogtreecommitdiffstats
path: root/community/gonic/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-24 22:54:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-25 05:11:32 +0000
commit5efa930ad06eaf30c9070eabe818d654f8b576ac (patch)
tree09333418bf6251a7fce1c5f1190a401202f85da9 /community/gonic/APKBUILD
parent328d87ca72a5e85cfd5e9cbe27317fbb87e662b4 (diff)
community/*: re-enable on mips(64)
previously limited by go
Diffstat (limited to 'community/gonic/APKBUILD')
-rw-r--r--community/gonic/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gonic/APKBUILD b/community/gonic/APKBUILD
index 90e82c35690..c2412159e82 100644
--- a/community/gonic/APKBUILD
+++ b/community/gonic/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.11.1
pkgrel=0
pkgdesc="Subsonic compatible music streaming server"
url="https://github.com/sentriz/gonic"
-arch="all !mips !mips64" # go is missing
+arch="all"
license="GPL-3.0-or-later"
subpackages="$pkgname-openrc"
depends="ffmpeg sqlite"