mirror of
https://github.com/luzifer-aur/gofumpt-git.git
synced 2024-11-09 11:30:04 +00:00
Add git as makedepends, update pkgver
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
02e3878e0c
commit
85dd75d20b
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,11 +1,12 @@
|
|||
pkgbase = gofumpt-git
|
||||
pkgdesc = A stricter gofmt
|
||||
pkgver = r134.eb0da8c
|
||||
pkgver = r140.0c61c1e
|
||||
pkgrel = 1
|
||||
url = https://github.com/mvdan/gofumpt
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
source = gofumpt-git::git+https://github.com/mvdan/gofumpt.git
|
||||
sha512sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||
|
||||
pkgname=gofumpt-git
|
||||
pkgver=r134.eb0da8c
|
||||
pkgver=r140.0c61c1e
|
||||
pkgrel=1
|
||||
pkgdesc="A stricter gofmt"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/mvdan/gofumpt"
|
||||
license=('custom')
|
||||
makedepends=('go')
|
||||
makedepends=('git' 'go')
|
||||
source=("${pkgname}::git+${url}.git")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue