mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Remove trailing period in description
This is to make this PKGBUILD consistent with the other ones in AUR.
This commit is contained in:
2
.SRCINFO
2
.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/
|
||||
|
||||
2
PKGBUILD
2
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')
|
||||
|
||||
Reference in New Issue
Block a user