summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-02-26 09:51:41 +0100
committeraksel2021-02-26 09:51:41 +0100
commiteae371300e12ae6f4d080db297a9a9bacaf26ed6 (patch)
treeffbe607e00b2d2d514c6e4ffb14218d9cc6ff56e
parenta28e8d6e088d2a527e5a36b164d0f8498a901036 (diff)
downloadaur-eae371300e12ae6f4d080db297a9a9bacaf26ed6.tar.gz
Updated url.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4812e1fafe41..428d1b1863c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
pkgver = 1.19.1
pkgrel = 2
- url = https://github.com/awslabs/aws-sam-cli
+ url = https://github.com/aws/aws-sam-cli
arch = any
license = Apache
optdepends = docker
diff --git a/PKGBUILD b/PKGBUILD
index b8917d3ff35b..678d11a92193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=aws-sam-cli-bin
pkgver=1.19.1
-pkgrel=2
+pkgrel=3
pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
arch=('any')
-url='https://github.com/awslabs/aws-sam-cli'
+url='https://github.com/aws/aws-sam-cli'
license=('Apache')
optdepends=('docker')
source=("https://github.com/aws/aws-sam-cli/releases/download/v$pkgver/aws-sam-cli-linux-x86_64.zip")