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

Removed unnecessary make dependencies

This commit is contained in:
Ankit R Gadiya
2018-04-16 23:50:41 +05:30
parent f87f356e8a
commit 54b35332ea
2 changed files with 2 additions and 8 deletions

View File

@@ -1,15 +1,10 @@
pkgbase = ruby-jekyll-seo-tag pkgbase = ruby-jekyll-seo-tag
pkgdesc = A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content pkgdesc = A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content
pkgver = 2.4.0 pkgver = 2.4.0
pkgrel = 1 pkgrel = 2
url = https://rubygems.org/gems/jekyll-seo-tag url = https://rubygems.org/gems/jekyll-seo-tag
arch = any arch = any
license = MIT license = MIT
makedepends = ruby-bundler
makedepends = ruby-bundler
makedepends = ruby-rspec
makedepends = ruby-rubocop
makedepends = ruby-html-proofer
depends = ruby depends = ruby
depends = jekyll depends = jekyll
noextract = jekyll-seo-tag-2.4.0.gem noextract = jekyll-seo-tag-2.4.0.gem

View File

@@ -2,11 +2,10 @@
pkgname=ruby-jekyll-seo-tag pkgname=ruby-jekyll-seo-tag
pkgver=2.4.0 pkgver=2.4.0
pkgrel=1 pkgrel=2
pkgdesc="A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content" pkgdesc="A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content"
arch=('any') arch=('any')
depends=('ruby' 'jekyll') depends=('ruby' 'jekyll')
makedepends=('ruby-bundler' 'ruby-bundler' 'ruby-rspec' 'ruby-rubocop' 'ruby-html-proofer')
url="https://rubygems.org/gems/jekyll-seo-tag" url="https://rubygems.org/gems/jekyll-seo-tag"
noextract=("jekyll-seo-tag-${pkgver}.gem") noextract=("jekyll-seo-tag-${pkgver}.gem")
license=('MIT') license=('MIT')