diff options
Diffstat (limited to 'community/ruby-mathematical')
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index c9caa0f307..98fc821fb9 100644 --- a/community/ruby-mathematical/APKBUILD +++ b/community/ruby-mathematical/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.12 pkgrel=0 pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML" url="https://www.gjtorikian.com/mathematical/" -arch="" # ruby-enum has build issues +arch="all" license="MIT" depends="ruby ruby-enum" makedepends="cmake lasem-dev mtex2mml-dev ruby-dev" |