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:35:26 +05:30
parent ceebdc7c1a
commit dccad3cede
2 changed files with 2 additions and 8 deletions

View File

@@ -3,11 +3,10 @@
pkgname=ruby-jekyll-feed
pkgver=0.9.3
pkgrel=1
pkgrel=2
pkgdesc="A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts"
arch=('any')
depends=('ruby' 'jekyll')
makedepends=('ruby-bundler' 'ruby-nokogiri' 'ruby-rspec' 'ruby-typhoeus' 'ruby-rubocop')
url="https://rubygems.org/gems/jekyll-feed"
noextract=("jekyll-feed-${pkgver}.gem")
license=('MIT')