diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-24 23:35:26 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-24 23:36:42 +0200 |
commit | 01678c4cee901257f4dc4e8831851b227f8ef6af (patch) | |
tree | 67c12695bc98f465f21d217d6218f28a7b392400 /community/ruby-mathematical/APKBUILD | |
parent | d463d99d3e4f8b850495ac5e429a98924098ee1d (diff) | |
download | aports-01678c4cee901257f4dc4e8831851b227f8ef6af.tar.bz2 aports-01678c4cee901257f4dc4e8831851b227f8ef6af.tar.xz |
community/ruby-mathematical: upgrade to 1.6.9
Diffstat (limited to 'community/ruby-mathematical/APKBUILD')
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index ea954b0fdb..9cf0c69f2a 100644 --- a/community/ruby-mathematical/APKBUILD +++ b/community/ruby-mathematical/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ruby-mathematical _gemname=${pkgname#ruby-} -pkgver=1.6.8 +pkgver=1.6.9 pkgrel=0 pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML" url="https://www.gjtorikian.com/mathematical/" @@ -13,10 +13,7 @@ makedepends="cmake lasem-dev mtex2mml-dev ruby-dev" checkdepends="mtex2mml-fixtures ruby-io-console ruby-irb ruby-minitest ruby-nokogiri ruby-rake" source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$_gemname/archive/v$pkgver.tar.gz - use-system-mtex2mml.patch - fix-extconf.patch - use-system-mtex2mml-fixtures.patch - disable-test-assert-failing-on-32bit.patch" + use-system-mtex2mml-fixtures.patch" builddir="$srcdir/$_gemname-$pkgver" prepare() { @@ -73,8 +70,5 @@ package() { rm -r ext/ test/ Rakefile *.md *.txt || true } -sha512sums="d724882253abf5262aeba67ad00496bd1f477b5347e5b8afb75d57c00916f705345cd18834ee238b7c0e64515a2263ae615a365c97e67053f641bc0a8acb7794 ruby-mathematical-1.6.8.tar.gz -3a5cd16d26db53415c5d047a4ddec398872bdead1eb60f65629f5680487de9d6a1d1ffad528a1a97da47aabd4696bdee06da9792e0b0d0fed95c4fae7af96492 use-system-mtex2mml.patch -47ca73d585f322e98b580544c812f7d7d71f43cba21784a80438fb250952b156d18254ca4a885828e8d76f8b897165f23ef74772ff2e54d12edc58b10c8bcb99 fix-extconf.patch -35c691b2006e6c0bac26ebb0adac5ffa99fbc37100c94d5978508b91b3df84544e4fc8fa38b5de01ae0fcc644c1eeb97b6129f59b4488b467c1ded468277c400 use-system-mtex2mml-fixtures.patch -7d94779a665a4e055d2aed822568f5de9581af85e96cbb218b139627eaa103bb5338f61738cf3b4e82dcbfc4ad857f8ea80564655543176431b8b0ea8c7ccb93 disable-test-assert-failing-on-32bit.patch" +sha512sums="0bd5ba695ea2506a1b6f29ec1c80b7572e9f73c00500f4f4d81e70430dd48f1a63c488067ed6db251130e2242cb667e3baabece47ecf4a6bb8d52d0b856cdce1 ruby-mathematical-1.6.9.tar.gz +35c691b2006e6c0bac26ebb0adac5ffa99fbc37100c94d5978508b91b3df84544e4fc8fa38b5de01ae0fcc644c1eeb97b6129f59b4488b467c1ded468277c400 use-system-mtex2mml-fixtures.patch" |