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

upgpkg: ruby-liquid 5.5.1-1

upstream release
This commit is contained in:
2024-07-24 22:09:24 +02:00
parent 17ad59f141
commit 73a8aef5de
3 changed files with 8 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 = 5.5.0 pkgver = 5.5.1
pkgrel = 1 pkgrel = 1
url = https://shopify.github.io/liquid/ url = https://shopify.github.io/liquid/
arch = any arch = any
@@ -8,7 +8,7 @@ pkgbase = ruby-liquid
makedepends = ruby-rdoc makedepends = ruby-rdoc
depends = ruby depends = ruby
options = !emptydirs options = !emptydirs
source = ruby-liquid-5.5.0.tar.gz::https://github.com/Shopify/liquid/archive/v5.5.0.tar.gz source = ruby-liquid-5.5.1.tar.gz::https://github.com/Shopify/liquid/archive/v5.5.1.tar.gz
sha512sums = 6afa798052371356100a22936ba716e285302080111e833ba48927bc63b358e6d6d8fe027ad6410d2171bef59f71e30f7ddd414bda3e45c91a0e2e459aa4919e sha512sums = d7c206d15556aa77eaa727c99ed687b7b4146a0f8192ee482c4e31557c0876439843297ac2a1ffd4bdb7f4ebd72c420a2f1fbc8aa6adce8f164cfe01c3bf9689
pkgname = ruby-liquid pkgname = ruby-liquid

View File

@@ -0,0 +1,3 @@
[ruby-liquid]
source = "gems"
gems = "liquid"

View File

@@ -2,7 +2,7 @@
_gemname=liquid _gemname=liquid
pkgname=ruby-$_gemname pkgname=ruby-$_gemname
pkgver=5.5.0 pkgver=5.5.1
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=('6afa798052371356100a22936ba716e285302080111e833ba48927bc63b358e6d6d8fe027ad6410d2171bef59f71e30f7ddd414bda3e45c91a0e2e459aa4919e') sha512sums=('d7c206d15556aa77eaa727c99ed687b7b4146a0f8192ee482c4e31557c0876439843297ac2a1ffd4bdb7f4ebd72c420a2f1fbc8aa6adce8f164cfe01c3bf9689')
prepare() { prepare() {
cd ${_gemname}-${pkgver} cd ${_gemname}-${pkgver}