diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 12:43:56 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 18:41:52 +0100 |
commit | 53faea7b7e911de63234fa6c94fd0c673355de5c (patch) | |
tree | b211acf64502b3c928f3cab78e96349aa0694c2d /community/ruby-mathematical | |
parent | 15d7872a3d7f993aabba587f9086390caabe7f85 (diff) | |
download | aports-53faea7b7e911de63234fa6c94fd0c673355de5c.tar.bz2 aports-53faea7b7e911de63234fa6c94fd0c673355de5c.tar.xz |
community/[various]: rebuild against ruby 2.5.0
Diffstat (limited to 'community/ruby-mathematical')
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index 7e9eee86ca..58e7dbcd74 100644 --- a/community/ruby-mathematical/APKBUILD +++ b/community/ruby-mathematical/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-mathematical _gemname=${pkgname#ruby-} pkgver=1.6.11 -pkgrel=0 +pkgrel=1 pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML" url="https://www.gjtorikian.com/mathematical/" arch="all" @@ -58,7 +58,7 @@ check() { } package() { - local gemdir="$pkgdir/$(ruby -rubygems -e 'puts Gem.default_dir')" + local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')" cd "$builddir"/dist mkdir -p "$gemdir" |