mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Update to Liquid 4.0.1
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
_gemname=liquid
|
_gemname=liquid
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=4.0.0
|
pkgver=4.0.1
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
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/'
|
url='https://shopify.github.io/liquid/'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -12,7 +12,7 @@ makedepends=('ruby-rdoc')
|
|||||||
depends=('ruby')
|
depends=('ruby')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Shopify/${_gemname}/archive/v${pkgver}.tar.gz)
|
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Shopify/${_gemname}/archive/v${pkgver}.tar.gz)
|
||||||
sha512sums=('3aa09813e2c6c3b75b9ab0eb1c11ae83f62e6d3dba19c91d8877bf8162edf867b06fbbc4fc3193116313ff98c1fa964b8a01f0cf58c9fb7ed89338f3bffb9cdb')
|
sha512sums=('6d8a792ea2fa5cd723e826dc9dd26be60179ab3405e9f74bc47a068b863aa0233e3a570faff65c19e669663c4f30201cb4144d2ab4ed23176d695c3d7f0553d0')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${_gemname}-${pkgver}
|
cd ${_gemname}-${pkgver}
|
||||||
|
|||||||
Reference in New Issue
Block a user