1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update to Liquid 4.0.3

This commit is contained in:
Patrick Lühne
2019-04-13 12:07:30 +02:00
parent 12739fdcb2
commit a535cc7055
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = ruby-liquid 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.1 pkgver = 4.0.3
pkgrel = 1 pkgrel = 1
url = https://shopify.github.io/liquid/ url = https://shopify.github.io/liquid/
arch = any arch = any
@@ -8,8 +8,8 @@ pkgbase = ruby-liquid
makedepends = ruby-rdoc makedepends = ruby-rdoc
depends = ruby depends = ruby
options = !emptydirs options = !emptydirs
source = ruby-liquid-4.0.1.tar.gz::https://github.com/Shopify/liquid/archive/v4.0.1.tar.gz source = ruby-liquid-4.0.3.tar.gz::https://github.com/Shopify/liquid/archive/v4.0.3.tar.gz
sha512sums = 6d8a792ea2fa5cd723e826dc9dd26be60179ab3405e9f74bc47a068b863aa0233e3a570faff65c19e669663c4f30201cb4144d2ab4ed23176d695c3d7f0553d0 sha512sums = 5aed3b98fa486a00744e0225f7a3b8004be8ded1e3347f9118fd062684fe33b725b84d1f88bdd5e881399e6efa60b4aa32f57cf10f4583aa27ec8c8288b52bf9
pkgname = ruby-liquid pkgname = ruby-liquid

View File

@@ -2,7 +2,7 @@
_gemname=liquid _gemname=liquid
pkgname=ruby-$_gemname pkgname=ruby-$_gemname
pkgver=4.0.1 pkgver=4.0.3
pkgrel=1 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/'
@@ -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=('6d8a792ea2fa5cd723e826dc9dd26be60179ab3405e9f74bc47a068b863aa0233e3a570faff65c19e669663c4f30201cb4144d2ab4ed23176d695c3d7f0553d0') sha512sums=('5aed3b98fa486a00744e0225f7a3b8004be8ded1e3347f9118fd062684fe33b725b84d1f88bdd5e881399e6efa60b4aa32f57cf10f4583aa27ec8c8288b52bf9')
prepare() { prepare() {
cd ${_gemname}-${pkgver} cd ${_gemname}-${pkgver}