summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2019-12-12 14:31:12 -0600
committerRob McFadzean2019-12-12 14:31:12 -0600
commit5bc9485bf88c6c73869b54d46e2d6b332678c0fe (patch)
tree8948c5497ce3dff1ec10d9e7374cb3e4ce54b534
parente10272c0748abb0129ba66a48a0e4717759dcad4 (diff)
downloadaur-5bc9485bf88c6c73869b54d46e2d6b332678c0fe.tar.gz
version bump to 1.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e64f10686b..fa5700555ab0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
conflicts = discount
- source = theme-x86_64-1.0.1::https://shopify-themekit.s3.amazonaws.com/v1.0.1/linux-amd64/theme
- sha256sums = 401e2c5594e382626546b1296b454f87d6df9b30f10dc1f430fd72b9f873d2c2
+ source = theme-x86_64-1.0.2::https://shopify-themekit.s3.amazonaws.com/v1.0.2/linux-amd64/theme
+ sha256sums = 21a058bc47555ec343088c9322187bb0ad57e4055454f509c0751c092af6b12b
pkgname = shopify-themekit-bin
diff --git a/.gitignore b/.gitignore
index 255159526327..762227e50f68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
/pkg
/src
*.zip
-*.tar.xz
+*.tar.*
theme*
diff --git a/PKGBUILD b/PKGBUILD
index c410fa1382ab..e084910d2dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+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=('401e2c5594e382626546b1296b454f87d6df9b30f10dc1f430fd72b9f873d2c2')
+sha256sums=('21a058bc47555ec343088c9322187bb0ad57e4055454f509c0751c092af6b12b')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"