diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-12-08 01:48:41 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-12-08 01:59:49 +0100 |
commit | 6c13193e46282b318333e91f4bd1aaff3607f9da (patch) | |
tree | 15ad65bc07fe200d4a7f460b8a550e62bf8847e7 | |
parent | edeaaaa4f8a28a64c833e6d865fa781c81346369 (diff) | |
download | aports-6c13193e46282b318333e91f4bd1aaff3607f9da.tar.bz2 aports-6c13193e46282b318333e91f4bd1aaff3607f9da.tar.xz |
community/ruby-mathematical: upgrade to 1.6.12
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index 58e7dbcd74..98fc821fb9 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" |