summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Miller2017-08-12 03:26:52 -0700
committerAaron Miller2017-08-12 03:26:52 -0700
commit7f669f520b8ada203469091693bfa9e82bcc8ce7 (patch)
tree4e900851a893d9d59c7b2e3e4811c3b2f1e0549c
parent0fe172a5adc2b791838f239bda8d6871974d3fdd (diff)
downloadaur-7f669f520b8ada203469091693bfa9e82bcc8ce7.tar.gz
fix shell brackets
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f33b497d28..d3b67a886205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = aws-sam-local
pkgdesc = CLI tool for local development and testing of Serverless applications
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/awslabs/aws-sam-local
arch = x86_64
arch = i686
license = Apache
depends = docker
- source_x86_64 = https://github.com/awslabs/aws-sam-local/releases/download/v{0.1.0}/sam_{0.1.0}_linux_amd64.tar.gz
+ source_x86_64 = https://github.com/awslabs/aws-sam-local/releases/download/v0.1.0/sam_0.1.0_linux_amd64.tar.gz
sha256sums_x86_64 = 68dca0e5022a855bdab060b9d2729468c1f4aafa0a65f48050dacc5ae41073ce
- source_i686 = https://github.com/awslabs/aws-sam-local/releases/download/v{0.1.0}/sam_{0.1.0}_linux_386.tar.gz
+ source_i686 = https://github.com/awslabs/aws-sam-local/releases/download/v0.1.0/sam_0.1.0_linux_386.tar.gz
sha256sums_i686 = 4a52618a97eb2a28b22e18ee3f51d9c74c611339ee10bab84809433ee4a6911c
pkgname = aws-sam-local
diff --git a/PKGBUILD b/PKGBUILD
index 5f1b97e9733c..fe18892e4e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=aws-sam-local
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='CLI tool for local development and testing of Serverless applications'
arch=('x86_64' 'i686')
url='https://github.com/awslabs/aws-sam-local'
license=('Apache')
depends=('docker')
-source_i686=("https://github.com/awslabs/aws-sam-local/releases/download/v{$pkgver}/sam_{$pkgver}_linux_386.tar.gz")
-source_x86_64=("https://github.com/awslabs/aws-sam-local/releases/download/v{$pkgver}/sam_{$pkgver}_linux_amd64.tar.gz")
+source_i686=("https://github.com/awslabs/aws-sam-local/releases/download/v${pkgver}/sam_${pkgver}_linux_386.tar.gz")
+source_x86_64=("https://github.com/awslabs/aws-sam-local/releases/download/v${pkgver}/sam_${pkgver}_linux_amd64.tar.gz")
sha256sums_i686=('4a52618a97eb2a28b22e18ee3f51d9c74c611339ee10bab84809433ee4a6911c')
sha256sums_x86_64=('68dca0e5022a855bdab060b9d2729468c1f4aafa0a65f48050dacc5ae41073ce')