summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2021-06-23 13:40:01 -0500
committerRob McFadzean2021-06-23 13:40:01 -0500
commit856571860d47e0424dc89245b70626f45db5ac41 (patch)
tree732b063987994398b0f91981a43a9a286a3f6325
parentbd4fd4222428df4d3426492471d8b0f4e3b66d8e (diff)
downloadaur-856571860d47e0424dc89245b70626f45db5ac41.tar.gz
bump package 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f3c9152a51d..3f7f3de16ecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
conflicts = discount
- source = theme-x86_64-1.2.0::https://shopify-themekit.s3.amazonaws.com/v1.2.0/linux-amd64/theme
- sha256sums = 2060a7e6f87516fb2aced3a1063829edee4ac9dd33d0c08ea49b224164fab870
+ source = theme-x86_64-1.3.0::https://shopify-themekit.s3.amazonaws.com/v1.3.0/linux-amd64/theme
+ sha256sums = ffa14d41e0d6bebd0d0694979a9844133caaab29c4747bb782c51a277a1851df
pkgname = shopify-themekit-bin
diff --git a/PKGBUILD b/PKGBUILD
index b4d7cad95564..90442a4b361f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="A cross-platform tool for building Shopify Themes"
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('MIT')
conflicts=('shopify-themekit' 'discount')
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
-sha256sums=('2060a7e6f87516fb2aced3a1063829edee4ac9dd33d0c08ea49b224164fab870')
+sha256sums=('ffa14d41e0d6bebd0d0694979a9844133caaab29c4747bb782c51a277a1851df')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"