diff --git a/.SRCINFO b/.SRCINFO index 365c33a..64bf916 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ruby-liquid pkgdesc = Liquid markup language. Safe, customer facing template language for flexible web apps pkgver = 4.0.0 - pkgrel = 2 + pkgrel = 3 url = https://shopify.github.io/liquid/ arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index bd458a3..ad15fd9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _gemname=liquid pkgname=ruby-$_gemname pkgver=4.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Liquid markup language. Safe, customer facing template language for flexible web apps' url='https://shopify.github.io/liquid/' arch=('any')