diff options
Diffstat (limited to 'community/ruby-mathematical')
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index d09a7e0baa..611ccc82e6 100644 --- a/community/ruby-mathematical/APKBUILD +++ b/community/ruby-mathematical/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-mathematical _gemname=${pkgname#ruby-} pkgver=1.6.12 -pkgrel=1 +pkgrel=2 pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML" url="https://www.gjtorikian.com/mathematical/" arch="all !aarch64 !s390x" # Limited by lasem @@ -15,7 +15,6 @@ checkdepends="mtex2mml-fixtures ruby-io-console ruby-irb ruby-json source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$_gemname/archive/v$pkgver.tar.gz use-system-mtex2mml-fixtures.patch" builddir="$srcdir/$_gemname-$pkgver" -options="!check" # check fails with ruby 2.6. disable for now prepare() { default_prepare |