diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2021-10-17 21:26:17 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2021-10-19 02:33:47 +0200 |
commit | 2753068ef91f674eb0183098af1e84ea8f7e43e5 (patch) | |
tree | 144daa2409c7bf6d7d711b19a86fd9a16c56dba3 | |
parent | be68923697fbc319498bef472e495597206e1c6f (diff) | |
download | aports-2753068ef91f674eb0183098af1e84ea8f7e43e5.tar.gz aports-2753068ef91f674eb0183098af1e84ea8f7e43e5.tar.bz2 aports-2753068ef91f674eb0183098af1e84ea8f7e43e5.tar.xz |
community/ruby-mini_portile2: rebuild against ruby 3.0.2
-rw-r--r-- | community/ruby-mini_portile2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-mini_portile2/APKBUILD b/community/ruby-mini_portile2/APKBUILD index c180ea377f..48d88650c7 100644 --- a/community/ruby-mini_portile2/APKBUILD +++ b/community/ruby-mini_portile2/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-mini_portile2 _gemname=${pkgname#ruby-} pkgver=2.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Simplistic port-like solution for developers" url="https://github.com/flavorjones/mini_portile" arch="noarch" |