summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2018-09-12 16:15:40 +0930
committerRob McFadzean2018-09-12 16:15:40 +0930
commit4117561e96bf4c79e9657402f8ee9bf5887f242d (patch)
tree08725c178475081d1c343de2a2626053ab2e5f52
parenta7e8322dca7e817dcc2c0b363ef76b11c83b67f7 (diff)
downloadaur-4117561e96bf4c79e9657402f8ee9bf5887f242d.tar.gz
chore: update to 0.8.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87c7c1678943..3fe8d0e7d792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 0.7.5
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/Shopify/themekit
- arch = i686
arch = x86_64
license = MIT
conflicts = shopify-themekit
- source_i686 = theme.i686::https://shopify-themekit.s3.amazonaws.com/v0.7.5/linux-386/theme
- md5sums_i686 = c62833ae71340a73663d4a240c00e4d0
- sha256sums_i686 = 2f2c4066b660bb8eafff6edb82a1356be4150738dc8831bf06187581f7a215da
- source_x86_64 = theme.x86_64::https://shopify-themekit.s3.amazonaws.com/v0.7.5/linux-amd64/theme
- md5sums_x86_64 = 9b9770e282c998f664c6d6728e5d3df6
- sha256sums_x86_64 = c2a6e006ae0e6d7152c9cd6a6097f60c7b2bbed2897b1c48269549285992a6aa
+ source_x86_64 = theme.x86_64::https://shopify-themekit.s3.amazonaws.com/v0.8.0/linux-amd64/theme
+ md5sums_x86_64 = 7e66a3ebdb652be23d9a5b00b3544ca5
+ sha256sums_x86_64 = 7f14c2f755653fe0f67450a36364d38acbfe8da72934f22b7add52b6bf2162c1
pkgname = shopify-themekit-bin
diff --git a/PKGBUILD b/PKGBUILD
index c76996a05136..971d48431703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,18 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=0.7.5
+pkgver=0.8.0
pkgrel=1
pkgdesc="A cross-platform tool for building Shopify Themes"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/Shopify/themekit"
license=('MIT')
conflicts=('shopify-themekit')
-source_i686=("theme.i686::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-386/theme")
source_x86_64=("theme.x86_64::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
-md5sums_i686=('c62833ae71340a73663d4a240c00e4d0')
-md5sums_x86_64=('9b9770e282c998f664c6d6728e5d3df6')
-sha256sums_i686=('2f2c4066b660bb8eafff6edb82a1356be4150738dc8831bf06187581f7a215da')
-sha256sums_x86_64=('c2a6e006ae0e6d7152c9cd6a6097f60c7b2bbed2897b1c48269549285992a6aa')
+md5sums_x86_64=('7e66a3ebdb652be23d9a5b00b3544ca5')
+sha256sums_x86_64=('7f14c2f755653fe0f67450a36364d38acbfe8da72934f22b7add52b6bf2162c1')
package() {
install -Dm0755 "${srcdir}/theme.${CARCH}" "${pkgdir}/usr/bin/theme"