Provides and conflicts with ruby-rake=12.3.3

This commit is contained in:
gardenapple 2022-08-13 16:18:33 +03:00
parent c0e0813899
commit 2bd2a2ae50
No known key found for this signature in database
GPG key ID: CAF17E9ABE789268
2 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,16 @@
pkgbase = ruby-rake-12
pkgdesc = Make-like build tool implemented in Ruby
pkgver = 12.3.3
pkgrel = 1
pkgrel = 2
url = https://ruby.github.io/rake/
arch = any
license = MIT
depends = ruby
provides = rake
provides = ruby-rake=12.3.3
conflicts = ruby-rake
noextract = rake-12.3.3.gem
options = !emptydirs
source = https://rubygems.org/downloads/rake-12.3.3.gem
sha1sums = f585a1115325f3a64c2fc719b6f6cd7b33a4ab59
pkgname = ruby-rake-12

View file

@ -4,9 +4,10 @@
_gemname=rake
pkgname=ruby-$_gemname-12
pkgver=12.3.3
pkgrel=1
pkgrel=2
pkgdesc='Make-like build tool implemented in Ruby'
provides=(rake)
provides=("ruby-rake=$pkgver")
conflicts=(ruby-rake)
arch=(any)
url='https://ruby.github.io/rake/'
license=(MIT)