1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

jekyll: fix replaces

This commit is contained in:
Shengyu Zhang
2017-11-24 23:31:26 +08:00
parent 8d67ca7993
commit ac60344818
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Thu Nov 23 05:17:00 UTC 2017
# Fri Nov 24 15:31:18 UTC 2017
pkgbase = jekyll
pkgdesc = A simple, blog aware, static site generator.
pkgver = 3.6.2
pkgrel = 2
pkgrel = 3
url = https://github.com/jekyll/jekyll
arch = any
license = MIT
@@ -33,6 +33,7 @@ pkgbase = jekyll
provides = jekyll=3.6.2,
provides = ruby-jekyll
conflicts = ruby-jekyll
replaces = ruby-jekyll
noextract = jekyll-3.6.2.gem
options = !emptydirs
source = https://rubygems.org/downloads/jekyll-3.6.2.gem

View File

@@ -4,7 +4,7 @@
_gemname=jekyll
pkgname=$_gemname
pkgver=3.6.2
pkgrel=2
pkgrel=3
pkgdesc='A simple, blog aware, static site generator.'
arch=('any')
url='https://github.com/jekyll/jekyll'
@@ -28,7 +28,7 @@ optdepends=('ruby-jekyll-paginate'
)
provides=("$pkgname=$pkgver", "ruby-jekyll")
conflicts=('ruby-jekyll')
replace=('ruby-jekyll')
replaces=('ruby-jekyll')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)