1
0
mirror of https://github.com/bertptrs/aur.git synced 2026-03-27 00:30:36 +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

@@ -2,11 +2,10 @@
pkgname=ruby-jekyll-seo-tag
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"
arch=('any')
depends=('ruby' 'jekyll')
makedepends=('ruby-bundler' 'ruby-bundler' 'ruby-rspec' 'ruby-rubocop' 'ruby-html-proofer')
url="https://rubygems.org/gems/jekyll-seo-tag"
noextract=("jekyll-seo-tag-${pkgver}.gem")
license=('MIT')