Date: Wednesday, January 22, 2020 @ 19:36:12 Author: foxboron Revision: 554444
upgpkg: git-lfs 2.10.0-1 Modified: git-lfs/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 19:21:41 UTC (rev 554443) +++ PKGBUILD 2020-01-22 19:36:12 UTC (rev 554444) @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=git-lfs -pkgver=2.9.2 +pkgver=2.10.0 pkgrel=1 pkgdesc="Git extension for versioning large files" arch=('x86_64') @@ -10,7 +10,6 @@ makedepends=('go-pie' 'ruby-ronn' 'go-tools') depends=('git') source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed") -#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson <[email protected]> validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson <[email protected]> sha256sums=('SKIP') @@ -18,7 +17,7 @@ cd "$pkgname" go build \ -mod=vendor \ - -trimpath \ + -trimpath \ -ldflags "-extldflags ${LDFLAGS}" \ . make man @@ -26,8 +25,7 @@ check(){ cd "$pkgname" - # TODO: Make sure this passes in the future - make test || true + go test -mod=vendor ./... } package() {
