mirror of
https://github.com/luzifer-aur/gofumpt.git
synced 2024-11-08 19:10:03 +00:00
Fix: Use unique name for downloaded source archive
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
75a044a458
commit
9f145f208b
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -7,7 +7,7 @@ pkgbase = gofumpt
|
|||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = go
|
||||
source = gofumpt::https://github.com/mvdan/gofumpt/archive/v0.2.0.tar.gz
|
||||
source = gofumpt-0.2.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.2.0.tar.gz
|
||||
sha512sums = 4bd5376b1a72cf7510c883657e17e9d7e33049cce7956cc3c4a3e5d0428c25f3c659d50359bae725d1b66530471b1b41ca8698bc46d74c58683a6edb5cd71afe
|
||||
|
||||
pkgname = gofumpt
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
|
|||
url="https://github.com/mvdan/gofumpt"
|
||||
license=('custom')
|
||||
makedepends=('go')
|
||||
source=("${pkgname}::https://github.com/mvdan/gofumpt/archive/v${pkgver}.tar.gz")
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/gofumpt/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('4bd5376b1a72cf7510c883657e17e9d7e33049cce7956cc3c4a3e5d0428c25f3c659d50359bae725d1b66530471b1b41ca8698bc46d74c58683a6edb5cd71afe')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue