1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update to 2.6.1.

This commit is contained in:
2019-09-15 11:12:14 +02:00
parent c536c2a011
commit f3e8285706
2 changed files with 6 additions and 6 deletions

View File

@@ -1,15 +1,15 @@
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
pkgver = 2.5.0
pkgver = 2.6.1
pkgrel = 1
url = https://rubygems.org/gems/jekyll-seo-tag
arch = any
license = MIT
depends = ruby
depends = jekyll
noextract = jekyll-seo-tag-2.5.0.gem
source = https://rubygems.org/downloads/jekyll-seo-tag-2.5.0.gem
md5sums = 5dff5c7ed28018a38b6381fbc8f44422
noextract = jekyll-seo-tag-2.6.1.gem
source = https://rubygems.org/downloads/jekyll-seo-tag-2.6.1.gem
sha256sums = d5986ff4599f2f2dc8e3e5ab231e245a36aa5820f70f12faa220444bb2a02edd
pkgname = ruby-jekyll-seo-tag

View File

@@ -1,7 +1,7 @@
# Maintainer: Ankit R Gadiya <arch@argp.in>
pkgname=ruby-jekyll-seo-tag
pkgver=2.5.0
pkgver=2.6.1
pkgrel=1
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')
@@ -10,7 +10,7 @@ url="https://rubygems.org/gems/jekyll-seo-tag"
noextract=("jekyll-seo-tag-${pkgver}.gem")
license=('MIT')
source=("https://rubygems.org/downloads/jekyll-seo-tag-${pkgver}.gem")
md5sums=('5dff5c7ed28018a38b6381fbc8f44422')
sha256sums=('d5986ff4599f2f2dc8e3e5ab231e245a36aa5820f70f12faa220444bb2a02edd')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"