Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / revive
Commits: a4699b34 by Anatol Pomozov at 2024-04-09T17:44:43-07:00 upgpkg: 1.3.7-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = revive + pkgdesc = faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint + pkgver = 1.3.7 + pkgrel = 1 + url = https://revive.run + arch = x86_64 + license = MIT + makedepends = go + depends = glibc + source = revive-1.3.7.tar.gz::https://github.com/mgechev/revive/archive/v1.3.7.tar.gz + sha256sums = b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf000057acd19893494b2747 + +pkgname = revive ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Contributor: Dimitris Kiziridis <ragouel at outlook dot com> pkgname=revive -pkgver=1.3.3 +pkgver=1.3.7 pkgrel=1 pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint" arch=('x86_64') @@ -10,7 +10,7 @@ license=('MIT') depends=('glibc') makedepends=('go') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz") -sha256sums=('961e7c268dad0934bff169043c9ac0ec736f62854a48a791111fd979549fada0') +sha256sums=('b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf000057acd19893494b2747') build() { cd revive-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/revive/-/commit/a4699b34a426f92e12519eb399be88b6da98beb6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/revive/-/commit/a4699b34a426f92e12519eb399be88b6da98beb6 You're receiving this email because of your account on gitlab.archlinux.org.