Date: Friday, July 31, 2020 @ 08:58:15 Author: felixonmars Revision: 666135
upgpkg: golang-github-kr-pretty 0.2.1-1 Modified: golang-github-kr-pretty/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-31 08:58:09 UTC (rev 666134) +++ PKGBUILD 2020-07-31 08:58:15 UTC (rev 666135) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=golang-github-kr-pretty -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.1 +pkgrel=1 pkgdesc='Pretty printing for Go values' arch=('any') url="https://github.com/kr/pretty" @@ -9,7 +9,7 @@ license=('MIT') depends=('go' 'golang-github-kr-text') source=("$pkgname-$pkgver.tar.gz::https://github.com/kr/pretty/archive/v$pkgver.tar.gz") -sha512sums=('2788a36217b96d4161dcfee34e691a6a3dbde47c42bdffc3f984dce8da5d5b150457e22819667bb8ad9fe46bcd2c166700c2d56435fe103abf4f6b46228bf37e') +sha512sums=('8f4a02171056d983bd67e964818fbfe705a0a549d2db43e9b3add2383c9191cc218449daaeba4b77228fb0cbdf6badcb0e75600e8b7c8dc3cddae1e0c4de83f0') check() { export GOPATH="$srcdir/build:/usr/share/gocode"
