1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00

jekyll: fix replaces

This commit is contained in:
Shengyu Zhang
2017-11-24 23:31:26 +08:00
committed by Bert Peters
parent 8b07b75715
commit 52d776c318
2 changed files with 5 additions and 4 deletions

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)