summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-08-31 10:13:16 +0430
committerGitHub2021-08-31 10:13:16 +0430
commit957557d716e527c030ed47691d45db9ca8eea889 (patch)
tree5d59f4075702cef4fe06545329f7756281b54b7b
parentb5da860443e345e19a36cab842d275dadfbc60d6 (diff)
downloadaur-957557d716e527c030ed47691d45db9ca8eea889.tar.gz
Non-unique source name. Use a unique filename.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e69f14d55a..f26c5e1f9dca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
pkgver = 1.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rhysd/actionlint
arch = any
license = MIT
makedepends = go
makedepends = git
- source = https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.2.tar.gz
+ source = actionlint-1.6.2-2.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.2.tar.gz
sha256sums = f7d12f0c8bd1bf00295cfd035ffe3c8196127897046ff32182bba67e8d368d60
pkgname = actionlint
diff --git a/PKGBUILD b/PKGBUILD
index a99e49df52cc..68ffda708892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=actionlint
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Static checker for GitHub Actions workflow files"
arch=('any')
url="https://github.com/rhysd/actionlint"
license=('MIT')
makedepends=('go' 'git')
-source=("$url/archive/refs/tags/v$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('f7d12f0c8bd1bf00295cfd035ffe3c8196127897046ff32182bba67e8d368d60')
prepare(){