summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2022-02-23 15:13:21 +0200
committeraksel2022-02-23 15:13:21 +0200
commit7b3091cd4ede81c5fd7ab9f5cca380ebc2e1558e (patch)
treea09a7b55f5dd62db8332b35017fc42f6cfb2713b
parent9df3c31222b64ccc34c36041bb44e9e8f157694d (diff)
downloadaur-7b3091cd4ede81c5fd7ab9f5cca380ebc2e1558e.tar.gz
v1.38.1-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9db1a85cd9e..c4b4006959ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
pkgver = 1.38.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aws/aws-sam-cli
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index cc6b3f7b16d8..12606e34c88a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aws-sam-cli-bin
pkgver=1.38.1
-pkgrel=2
+pkgrel=3
pkgdesc="CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
arch=("x86_64")
url="https://github.com/aws/aws-sam-cli"
@@ -18,5 +18,5 @@ package() {
$srcdir/install -i "$pkgdir/usr/share/aws-sam-cli" -b "$pkgdir/usr/bin" >/dev/null
# symlink the binary
- ln -sf "$pkgdir/usr/share/aws-sam-cli/$pkgver/dist/sam" "$pkgdir/usr/bin/sam"
+ ln -sf "/usr/share/aws-sam-cli/$pkgver/dist/sam" "$pkgdir/usr/bin/sam"
}