From 46dabf07d6e8980c659b1db52a4ad407475a005f Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 28 Mar 2024 22:55:44 +0100 Subject: [PATCH] upgpkg: ruby-jekyll-seo-tag 2.8.0-1 Fix maintainer comment --- ruby-jekyll-seo-tag/.SRCINFO | 2 +- ruby-jekyll-seo-tag/PKGBUILD | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ruby-jekyll-seo-tag/.SRCINFO b/ruby-jekyll-seo-tag/.SRCINFO index 3c03483..4473393 100644 --- a/ruby-jekyll-seo-tag/.SRCINFO +++ b/ruby-jekyll-seo-tag/.SRCINFO @@ -1,5 +1,5 @@ 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 = Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site pkgver = 2.8.0 pkgrel = 1 url = https://rubygems.org/gems/jekyll-seo-tag diff --git a/ruby-jekyll-seo-tag/PKGBUILD b/ruby-jekyll-seo-tag/PKGBUILD index b179664..c8c3017 100644 --- a/ruby-jekyll-seo-tag/PKGBUILD +++ b/ruby-jekyll-seo-tag/PKGBUILD @@ -1,9 +1,10 @@ -# Maintainer: Ankit R Gadiya +# Maintainer: Bert Peters +# Contributor: Ankit R Gadiya pkgname=ruby-jekyll-seo-tag pkgver=2.8.0 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="Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site" arch=('any') depends=('jekyll') url="https://rubygems.org/gems/jekyll-seo-tag"