diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-04-02 18:18:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-22 06:12:48 +0000 |
commit | d6e863794cc9073ea26f5a963bb82754e0d2c847 (patch) | |
tree | 3d97fa28e3f7666556998bddbf96d74bf61e6234 /community/ruby-rake-compiler | |
parent | 4c6c5770fa6c3c2e467f683482209b0933ebc6e6 (diff) | |
download | aports-d6e863794cc9073ea26f5a963bb82754e0d2c847.tar.bz2 aports-d6e863794cc9073ea26f5a963bb82754e0d2c847.tar.xz |
community/ruby-rake-compiler: rebuild against ruby 2.7
Diffstat (limited to 'community/ruby-rake-compiler')
-rw-r--r-- | community/ruby-rake-compiler/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rake-compiler/APKBUILD b/community/ruby-rake-compiler/APKBUILD index 70f3a5c5c5..aaa8c6c83f 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.1.0 -pkgrel=0 +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" |