diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-04-02 18:18:46 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-22 06:12:48 +0000 |
commit | bf7f1e66c789969b23fc6de5e35f199744b991d1 (patch) | |
tree | 3e1147ae1740a0c0f638b4879c9390fbd46e1dc0 | |
parent | c1bd9e573c3e9ba206fa3ee4893abe7be7ddc726 (diff) | |
download | aports-bf7f1e66c789969b23fc6de5e35f199744b991d1.tar.gz aports-bf7f1e66c789969b23fc6de5e35f199744b991d1.tar.bz2 aports-bf7f1e66c789969b23fc6de5e35f199744b991d1.tar.xz |
community/ruby-i18n: rebuild against ruby 2.7
-rw-r--r-- | community/ruby-i18n/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-i18n/APKBUILD b/community/ruby-i18n/APKBUILD index 023b352343..12c95c48ac 100644 --- a/community/ruby-i18n/APKBUILD +++ b/community/ruby-i18n/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-i18n _gemname=${pkgname#ruby-} pkgver=1.8.2 -pkgrel=0 +pkgrel=1 pkgdesc="New wave Internationalization support for Ruby" url="https://github.com/svenfuchs/i18n" arch="noarch" |