summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-06-16 15:24:10 +0200
committerAntoine Viallon2021-06-16 15:24:10 +0200
commit3a434c4044ac9c07feb3192e93bb5cae271a74da (patch)
tree01c50a3303ba36460cd7a4635acc22ee0becc64e
parent80e1f9dfc767824a37479893d19367c2a551530d (diff)
downloadaur-shopify-themekit-bin-noconflict.tar.gz
Updated to 1.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a20a096267d..52f72680161f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = shopify-themekit-bin-noconflict
pkgdesc = A cross-platform tool for building Shopify Themes - renamed binary to theme-shopify
- pkgver = 1.1.4
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
provides = shopify-themekit
conflicts = shopify-themekit
- source = theme-x86_64-1.1.4::https://shopify-themekit.s3.amazonaws.com/v1.1.4/linux-amd64/theme
- sha256sums = f8a7850392066336498715a4510f7ce2c4e35496271902eca522582ff0ffc761
+ source = theme-x86_64-1.2.0::https://shopify-themekit.s3.amazonaws.com/v1.2.0/linux-amd64/theme
+ sha256sums = 2060a7e6f87516fb2aced3a1063829edee4ac9dd33d0c08ea49b224164fab870
pkgname = shopify-themekit-bin-noconflict
-
diff --git a/PKGBUILD b/PKGBUILD
index a519350ada05..f19d6924ed4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin-noconflict
-pkgver=1.1.4
+pkgver=1.2.0
pkgrel=1
pkgdesc="A cross-platform tool for building Shopify Themes - renamed binary to theme-shopify"
arch=('x86_64')
@@ -16,7 +16,7 @@ provides=('shopify-themekit')
conflicts=('shopify-themekit')
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
-sha256sums=('f8a7850392066336498715a4510f7ce2c4e35496271902eca522582ff0ffc761')
+sha256sums=('2060a7e6f87516fb2aced3a1063829edee4ac9dd33d0c08ea49b224164fab870')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme-shopify"