Date: Thursday, September 1, 2022 @ 06:36:15 Author: felixonmars Revision: 1289766
upgpkg: golang-github-stretchr-testify 1.7.0-1 Modified: golang-github-stretchr-testify/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-01 06:33:21 UTC (rev 1289765) +++ PKGBUILD 2022-09-01 06:36:15 UTC (rev 1289766) @@ -1,18 +1,19 @@ # Maintainer: Felix Yan <[email protected]> pkgname=golang-github-stretchr-testify -pkgver=1.6.1 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc='A toolkit with common assertions and mocks that plays nicely with the standard library' arch=('any') url="https://github.com/stretchr/testify" license=('MIT') depends=('go' 'golang-github-davecgh-go-spew' 'golang-github-pmezard-go-difflib' - 'golang-github-stretchr-objx') + 'golang-github-stretchr-objx' 'golang-gopkg-yaml.v3') source=("$pkgname-$pkgver.tar.gz::https://github.com/stretchr/testify/archive/v$pkgver.tar.gz") -sha512sums=('f1f08ff9d6fd1b04838155a538da2b4cc25fb4adba798e57755b2e456365bdf169d2f84df586f083429c8e716e22f9b1ac7527d5e00fee6254b1721b9f765bdc') +sha512sums=('8a8cff3ab5fba49a6bf9258cbf8c6110deec0644bfc66f665a99de33d96cbe62628c5d7f92afd0f96cc39408e69f6a227a5902b453868898a8ddc755f95d1642') check() { + export GO111MODULE=off export GOPATH="$srcdir/build:/usr/share/gocode" mkdir -p "$srcdir"/build/src/github.com/stretchr cp -a "$srcdir"/testify-$pkgver "$srcdir"/build/src/github.com/stretchr/testify
