summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Przybyś2020-03-12 16:39:52 +0100
committerMichał Przybyś2020-03-12 16:39:52 +0100
commitbbe4f059cb469acad36fd5ba44151418e076b252 (patch)
tree485050255b8112c67982dfec40a80f801c1d229d /PKGBUILD
parent1f520556450924fe337bbda0bf50d035a83f854b (diff)
downloadaur-ruby-jekyll-theme-leap-day.tar.gz
Updated pkgrel to 2
* Added missing ruby-jekyll-seo-tag dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f70312b5b141..4165801ef6d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_gemname=jekyll-theme-leap-day
pkgname="ruby-${_gemname}"
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Leap Day is a Jekyll theme for GitHub Pages'
arch=(any)
url='https://github.com/pages-themes/leap-day'
license=(CC0)
depends=(ruby
- jekyll)
+ jekyll
+ ruby-jekyll-seo-tag)
options=(!emptydirs)
source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem")
noextract=("${_gemname}-${pkgver}.gem")