Add git as makedepends, update pkgver

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-03-19 22:27:46 +01:00
parent 02e3878e0c
commit 85dd75d20b
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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')