T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / easyjson
Commits: 2a269f58 by T.J. Townsend at 2024-07-12T00:56:22-04:00 upgpkg: 0.7.7-2: Rebuild packages that are missing .SRCINFO part 1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = easyjson + pkgdesc = Fast JSON serializer for golang + pkgver = 0.7.7 + pkgrel = 2 + url = https://github.com/mailru/easyjson + arch = x86_64 + license = MIT + makedepends = go + makedepends = git + depends = glibc + source = easyjson-0.7.7.zip::https://github.com/mailru/easyjson/archive/v0.7.7.zip + sha512sums = 21b28ac8730090118c8268c580166b9179b003fa8c0a603f90fce5f4b91eb12fd14466c94f7ecbc01764f8a3c7c7350283da3094f208992f877cd5f1391bcbb6 + +pkgname = easyjson ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=easyjson pkgver=0.7.7 -pkgrel=1 +pkgrel=2 pkgdesc='Fast JSON serializer for golang' arch=(x86_64) url='https://github.com/mailru/easyjson' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/easyjson/-/commit/2a269f58f76eb587ccf46bfe63fc9669b65b8eea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/easyjson/-/commit/2a269f58f76eb587ccf46bfe63fc9669b65b8eea You're receiving this email because of your account on gitlab.archlinux.org.
