mirror of
https://github.com/luzifer-aur/gofumpt.git
synced 2024-11-09 11:30:03 +00:00
gofumpt v0.7.0
This commit is contained in:
parent
76da1edc5d
commit
2a7d1a0e11
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.6.0
|
pkgver = 0.7.0
|
||||||
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.6.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.6.0.tar.gz
|
source = gofumpt-0.7.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.7.0.tar.gz
|
||||||
sha512sums = 6f7d6c769030ea499892b682f387e5c6875db6a9af7ee98f6af589ef83e508486e2f7807b805d13f8160a25eae440a930142f905d5c212b2bb5217eb0731a8f9
|
sha512sums = 98fd56046c6f93af1ecb4f488e476090836853b9de85dc092814778a58ddfd55655f5696c4b7b549274f3e21d6442d02ddaf2472f481f94183093002c3990130
|
||||||
|
|
||||||
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.6.0
|
pkgver=0.7.0
|
||||||
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=('6f7d6c769030ea499892b682f387e5c6875db6a9af7ee98f6af589ef83e508486e2f7807b805d13f8160a25eae440a930142f905d5c212b2bb5217eb0731a8f9')
|
sha512sums=('98fd56046c6f93af1ecb4f488e476090836853b9de85dc092814778a58ddfd55655f5696c4b7b549274f3e21d6442d02ddaf2472f481f94183093002c3990130')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue