aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rake-compiler
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-26 12:43:56 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-26 18:41:52 +0100
commit53faea7b7e911de63234fa6c94fd0c673355de5c (patch)
treeb211acf64502b3c928f3cab78e96349aa0694c2d /community/ruby-rake-compiler
parent15d7872a3d7f993aabba587f9086390caabe7f85 (diff)
downloadaports-53faea7b7e911de63234fa6c94fd0c673355de5c.tar.bz2
aports-53faea7b7e911de63234fa6c94fd0c673355de5c.tar.xz
community/[various]: rebuild against ruby 2.5.0
Diffstat (limited to 'community/ruby-rake-compiler')
-rw-r--r--community/ruby-rake-compiler/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-rake-compiler/APKBUILD b/community/ruby-rake-compiler/APKBUILD
index 26f69b3af2..26df7aa095 100644
--- a/community/ruby-rake-compiler/APKBUILD
+++ b/community/ruby-rake-compiler/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ruby-rake-compiler
_gemname=${pkgname#ruby-}
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Provide a standard and simplified way to build and package Ruby extensions"
url="https://github.com/rake-compiler/rake-compiler"
arch="noarch"
@@ -26,7 +26,7 @@ check() {
}
package() {
- local gemdir="$pkgdir/$(ruby -rubygems -e 'puts Gem.default_dir')"
+ local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')"
cd "$builddir"