mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
upgpkg: ruby-jekyll-seo-tag 2.8.0-1
upstream release
This commit is contained in:
@@ -1,15 +1,13 @@
|
|||||||
pkgbase = ruby-jekyll-seo-tag
|
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
|
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.7.1
|
pkgver = 2.8.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://rubygems.org/gems/jekyll-seo-tag
|
url = https://rubygems.org/gems/jekyll-seo-tag
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = ruby
|
|
||||||
depends = jekyll
|
depends = jekyll
|
||||||
noextract = jekyll-seo-tag-2.7.1.gem
|
noextract = jekyll-seo-tag-2.8.0.gem
|
||||||
source = https://rubygems.org/downloads/jekyll-seo-tag-2.7.1.gem
|
source = https://rubygems.org/downloads/jekyll-seo-tag-2.8.0.gem
|
||||||
sha256sums = 838bcc05d9f0b342f50a1cea19b8fc99f9728910da99203cd75cccea6139513b
|
sha256sums = 3f2ed1916d56f14ebfa38e24acde9b7c946df70cb183af2cb5f0598f21ae6818
|
||||||
|
|
||||||
pkgname = ruby-jekyll-seo-tag
|
pkgname = ruby-jekyll-seo-tag
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
# Maintainer: Ankit R Gadiya <arch@argp.in>
|
# Maintainer: Ankit R Gadiya <arch@argp.in>
|
||||||
|
|
||||||
pkgname=ruby-jekyll-seo-tag
|
pkgname=ruby-jekyll-seo-tag
|
||||||
pkgver=2.7.1
|
pkgver=2.8.0
|
||||||
pkgrel=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"
|
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')
|
arch=('any')
|
||||||
depends=('ruby' 'jekyll')
|
depends=('jekyll')
|
||||||
url="https://rubygems.org/gems/jekyll-seo-tag"
|
url="https://rubygems.org/gems/jekyll-seo-tag"
|
||||||
noextract=("jekyll-seo-tag-${pkgver}.gem")
|
noextract=("jekyll-seo-tag-${pkgver}.gem")
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
source=("https://rubygems.org/downloads/jekyll-seo-tag-${pkgver}.gem")
|
source=("https://rubygems.org/downloads/jekyll-seo-tag-${pkgver}.gem")
|
||||||
sha256sums=('838bcc05d9f0b342f50a1cea19b8fc99f9728910da99203cd75cccea6139513b')
|
sha256sums=('3f2ed1916d56f14ebfa38e24acde9b7c946df70cb183af2cb5f0598f21ae6818')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
||||||
|
|||||||
Reference in New Issue
Block a user