diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-11 13:11:36 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:54 +0000 |
commit | 9e4364bf2e9a47af1a380edf0d3a60958b143b70 (patch) | |
tree | a0293572924cf4f5f79ba25ddccb3a3487d12093 /community/rcm | |
parent | df1f631c9313dc88e28551f89017268764a0d267 (diff) | |
download | aports-9e4364bf2e9a47af1a380edf0d3a60958b143b70.tar.bz2 aports-9e4364bf2e9a47af1a380edf0d3a60958b143b70.tar.xz |
community/rcm: rebuild against ruby 2.6
Diffstat (limited to 'community/rcm')
-rw-r--r-- | community/rcm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rcm/APKBUILD b/community/rcm/APKBUILD index eb453a4d6f..0a65bf6323 100644 --- a/community/rcm/APKBUILD +++ b/community/rcm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Hiroshi Kajisha <kajisha@gmail.com> pkgname=rcm pkgver=1.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="rc file (dotfile) management" url="https://github.com/thoughtbot/rcm" arch="noarch" |