aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ruby-mathematical/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD
index 58e7dbcd74c..98fc821fb9b 100644
--- a/community/ruby-mathematical/APKBUILD
+++ b/community/ruby-mathematical/APKBUILD
@@ -2,16 +2,16 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ruby-mathematical
_gemname=${pkgname#ruby-}
-pkgver=1.6.11
-pkgrel=1
+pkgver=1.6.12
+pkgrel=0
pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML"
url="https://www.gjtorikian.com/mathematical/"
arch="all"
license="MIT"
depends="ruby ruby-enum"
makedepends="cmake lasem-dev mtex2mml-dev ruby-dev"
-checkdepends="mtex2mml-fixtures ruby-io-console ruby-irb ruby-minitest
- ruby-nokogiri ruby-rake"
+checkdepends="mtex2mml-fixtures ruby-io-console ruby-irb ruby-json
+ ruby-minitest ruby-nokogiri ruby-rake"
source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$_gemname/archive/v$pkgver.tar.gz
use-system-mtex2mml-fixtures.patch"
builddir="$srcdir/$_gemname-$pkgver"
@@ -70,5 +70,5 @@ package() {
rm -r ext/ test/ Rakefile *.md *.txt || true
}
-sha512sums="d5f5d4768a3b21eaebe5b3c43541ed330eeb9ae4748d583367bf276f0532df9017f6c81793bc3315f459af8bfabd71269955ac2ad0c32b8c15d16dbbdce97ac0 ruby-mathematical-1.6.11.tar.gz
+sha512sums="f3b3362a63b2fc6dfb1e4f1e44142bc26fd9487f46c3b146b6279948f0153ad7c40f75c09bf19058be183546a57631d091ebcf289b88db3d981a24ff0bbee05a ruby-mathematical-1.6.12.tar.gz
35c691b2006e6c0bac26ebb0adac5ffa99fbc37100c94d5978508b91b3df84544e4fc8fa38b5de01ae0fcc644c1eeb97b6129f59b4488b467c1ded468277c400 use-system-mtex2mml-fixtures.patch"