diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-09-05 01:51:31 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2019-09-05 01:51:31 +0200 |
commit | fc88b62ac921093482b24af72630638e5ef1c530 (patch) | |
tree | 74890e2085b2e5836db08fccb7b3941e98feaddd /community/ruby-mathematical | |
parent | f506fa77107d73e33ebaaa81f4e0b4b2b32d894f (diff) | |
download | aports-fc88b62ac921093482b24af72630638e5ef1c530.tar.bz2 aports-fc88b62ac921093482b24af72630638e5ef1c530.tar.xz |
community/ruby-mathematical: reenable tests
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 |