Date: Sunday, September 20, 2020 @ 11:49:40 Author: foxboron Revision: 711065
upgpkg: restic 0.10.0-1 Modified: restic/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-20 11:42:39 UTC (rev 711064) +++ PKGBUILD 2020-09-20 11:49:40 UTC (rev 711065) @@ -1,8 +1,8 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=restic -pkgver=0.9.6 -pkgrel=3 +pkgver=0.10.0 +pkgrel=1 pkgdesc="Fast, secure, efficient backup program" arch=('x86_64') url="https://restic.net" @@ -12,7 +12,7 @@ checkdepends=('fuse2') optdepends=('fuse2: mount archive') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz") -sha256sums=('1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe') +sha256sums=('067fbc0cf0eee4afdc361e12bd03b266e80e85a726647e53709854ec142dd94e') build(){ cd "${pkgname}-${pkgver}" @@ -20,7 +20,7 @@ export CGO_CFLAGS="${CFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" - export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw" + export GOFLAGS="-buildmode=pie -trimpath -modcacherw" go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/... }
