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 | 9a44c3148d3065cb796598811122b349f69f10e5 (patch) | |
tree | f9a4d02f13a3f6666bac50bae04e7a45a5b573a1 | |
parent | a53aa01f7c443cfcc32c05230e5604bc416ca40e (diff) | |
download | aports-9a44c3148d3065cb796598811122b349f69f10e5.tar.bz2 aports-9a44c3148d3065cb796598811122b349f69f10e5.tar.xz |
community/ruby-rmagick: rebuild against ruby 2.7
-rw-r--r-- | community/ruby-rmagick/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rmagick/APKBUILD b/community/ruby-rmagick/APKBUILD index 8fb88c8a28..54e83e0b40 100644 --- a/community/ruby-rmagick/APKBUILD +++ b/community/ruby-rmagick/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby-rmagick _gemname=rmagick pkgver=4.1.1 _pkgver=${pkgver//./-} -pkgrel=0 +pkgrel=1 pkgdesc="Ruby bindings for ImageMagick" url="https://rmagick.github.io/" arch="all !s390x !mips !mips64" |