summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2021-12-16 15:41:42 +0900
committermapk0y2021-12-16 15:41:42 +0900
commit5e8e662165d1fb71e7256ca9759ad2d3cabbe22b (patch)
tree5505f7f795422a743176c079b609400ec9340906
parent62fc215d30f3d2ea9ce04158b5b482376ca29b89 (diff)
downloadaur-5e8e662165d1fb71e7256ca9759ad2d3cabbe22b.tar.gz
Remove custom file name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f5a66683c3..48f234c2f20e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = cfn-guard
license = Apache
depends = gcc-libs
conflicts = cfn-guard-git
- source = cfn-guard.tar.gz::https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.0.4/cfn-guard-v2-ubuntu-latest.tar.gz
+ source = https://github.com/aws-cloudformation/cloudformation-guard/releases/download/2.0.4/cfn-guard-v2-ubuntu-latest.tar.gz
sha256sums = 6c0b737e0564a62554be065a3a05609a187720ce5ff3e32db9eec8eb6aa99372
pkgname = cfn-guard
diff --git a/PKGBUILD b/PKGBUILD
index f762f068cde9..b91f8c9894ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('Apache')
arch=('x86_64')
depends=('gcc-libs')
conflicts=("cfn-guard-git")
-source=("${pkgname}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-v2-ubuntu-latest.tar.gz")
+source=("${url}/releases/download/${pkgver}/${pkgname}-v2-ubuntu-latest.tar.gz")
sha256sums=('6c0b737e0564a62554be065a3a05609a187720ce5ff3e32db9eec8eb6aa99372')
package() {