From 53faea7b7e911de63234fa6c94fd0c673355de5c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 26 Dec 2017 12:43:56 +0100 Subject: community/[various]: rebuild against ruby 2.5.0 --- community/ruby-rdiscount/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/ruby-rdiscount') diff --git a/community/ruby-rdiscount/APKBUILD b/community/ruby-rdiscount/APKBUILD index 2bc652f113..8add49f2fd 100644 --- a/community/ruby-rdiscount/APKBUILD +++ b/community/ruby-rdiscount/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rdiscount _gemname=rdiscount pkgver=2.2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Fast Implementation of Gruber's Markdown in C" url="http://dafoster.net/projects/rdiscount/" arch="all" @@ -32,7 +32,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" -- cgit v1.2.3