From 13c656a7780f2e59057655edbe11d6f4fa8743af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Mon, 20 Nov 2017 20:31:24 +0100 Subject: [PATCH] Remove trailing period in description This is to make this PKGBUILD consistent with the other ones in AUR. --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fd264c1..365c33a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = ruby-liquid - pkgdesc = Liquid markup language. Safe, customer facing template language for flexible web apps. + pkgdesc = Liquid markup language. Safe, customer facing template language for flexible web apps pkgver = 4.0.0 pkgrel = 2 url = https://shopify.github.io/liquid/ diff --git a/PKGBUILD b/PKGBUILD index c61b367..bd458a3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _gemname=liquid pkgname=ruby-$_gemname pkgver=4.0.0 pkgrel=2 -pkgdesc='Liquid markup language. Safe, customer facing template language for flexible web apps.' +pkgdesc='Liquid markup language. Safe, customer facing template language for flexible web apps' url='https://shopify.github.io/liquid/' arch=('any') license=('MIT')