mirror of
https://github.com/luzifer-aur/gofumpt.git
synced 2024-11-09 11:30:03 +00:00
gofumpt v0.2.1
This commit is contained in:
parent
9f145f208b
commit
061d2d1809
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = gofumpt
|
pkgbase = gofumpt
|
||||||
pkgdesc = A stricter gofmt
|
pkgdesc = A stricter gofmt
|
||||||
pkgver = 0.2.0
|
pkgver = 0.2.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/mvdan/gofumpt
|
url = https://github.com/mvdan/gofumpt
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = go
|
makedepends = go
|
||||||
source = gofumpt-0.2.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.2.0.tar.gz
|
source = gofumpt-0.2.1.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.2.1.tar.gz
|
||||||
sha512sums = 4bd5376b1a72cf7510c883657e17e9d7e33049cce7956cc3c4a3e5d0428c25f3c659d50359bae725d1b66530471b1b41ca8698bc46d74c58683a6edb5cd71afe
|
sha512sums = 5cf3c3bdc432971edc71edac31f355c91f417c3358e17f7cae62f2a4808a7145e5b12f47977680b8692e14cc28fc62da423a0d7c4835c5a662c2170acd377dea
|
||||||
|
|
||||||
pkgname = gofumpt
|
pkgname = gofumpt
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||||
|
|
||||||
pkgname=gofumpt
|
pkgname=gofumpt
|
||||||
pkgver=0.2.0
|
pkgver=0.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A stricter gofmt"
|
pkgdesc="A stricter gofmt"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -9,7 +9,7 @@ url="https://github.com/mvdan/gofumpt"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::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')
|
sha512sums=('5cf3c3bdc432971edc71edac31f355c91f417c3358e17f7cae62f2a4808a7145e5b12f47977680b8692e14cc28fc62da423a0d7c4835c5a662c2170acd377dea')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue