mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/ruby-base64: bump pkgrel
Even though community/ruby-base64=0.2.0-r0 has been removed in the previous commit, it will only be deleted from the builders' ~/packages when the entire community/ has been successfully built. However, community/ is currently blocked by Ruby aports installing as makedepends that just removed community/ruby-base64 that was built against old Ruby. Fix this by bumping pkgrel of main/ruby-base64 so apk prefers this over community/ruby-base64.
This commit is contained in:
parent
b753a16a8f
commit
0d14adeae5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ _gemname=base64
|
|||
# Keep version in sync with "Bundled gems" (https://stdgems.org) for the
|
||||
# packaged Ruby version.
|
||||
pkgver=0.2.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Support for encoding and decoding binary data using a Base64"
|
||||
url="https://github.com/ruby/base64"
|
||||
arch="noarch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue