summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2019-11-20 13:18:45 -0600
committerRob McFadzean2019-11-20 13:18:45 -0600
commite10272c0748abb0129ba66a48a0e4717759dcad4 (patch)
tree490984f2e4d399d1f7e2f229ba6c4b6650e553dd
parent9292dcb2a85306781a0979f6060e01009a76f220 (diff)
downloadaur-e10272c0748abb0129ba66a48a0e4717759dcad4.tar.gz
fix bad syntax, added srcinfo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c00aafba04a9..81e64f10686b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
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
diff --git a/PKGBUILD b/PKGBUILD
index 33de1ae6675a..c410fa1382ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url="https://github.com/Shopify/themekit"
license=('MIT')
-conflicts=('shopify-themekit', 'discount')
+conflicts=('shopify-themekit' 'discount')
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
sha256sums=('401e2c5594e382626546b1296b454f87d6df9b30f10dc1f430fd72b9f873d2c2')