summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lühne2017-11-20 20:31:24 +0100
committerPatrick Lühne2017-11-20 20:31:24 +0100
commit13c656a7780f2e59057655edbe11d6f4fa8743af (patch)
treefad516b15371818a2a97e0ce7017a48678d4d5e6
parentfdba53b28948cbd7139698750f82a693c7a0552b (diff)
downloadaur-13c656a7780f2e59057655edbe11d6f4fa8743af.tar.gz
Remove trailing period in description
This is to make this PKGBUILD consistent with the other ones in AUR.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd264c143d3f..365c33a08f2c 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 c61b3672ae4d..bd458a3017cf 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')