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:54:36 +05:30
parent 62bc37eed7
commit 8cec16a7ae
2 changed files with 2 additions and 7 deletions

View File

@@ -4,11 +4,10 @@
_gemname=jekyll-sitemap
pkgname=ruby-jekyll-sitemap
pkgver=1.2.0
pkgrel=1
pkgrel=2
pkgdesc="Automatically generate a sitemap.xml for your Jekyll site."
arch=('any')
depends=('ruby' 'jekyll')
makedepends=('ruby-bundler' 'ruby-rspec' 'ruby-rubocop' 'ruby-jekyll-last-modified-at')
url="https://rubygems.org/gems/jekyll-sitemap"
noextract=("jekyll-sitemap-${pkgver}.gem")
license=('MIT')