Date: Tuesday, April 30, 2019 @ 17:00:04 Author: bpiotrowski Revision: 457036
0.9.5-1 Modified: restic/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-30 16:54:11 UTC (rev 457035) +++ PKGBUILD 2019-04-30 17:00:04 UTC (rev 457036) @@ -1,15 +1,16 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=restic -pkgver=0.9.4 -pkgrel=2 +pkgver=0.9.5 +pkgrel=1 pkgdesc="Fast, secure, efficient backup program" arch=('x86_64') url="https://restic.net" license=('BSD') +depends=('glibc') makedepends=('go-pie') optdepends=('fuse2: mount archive') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz") -sha256sums=('c7dca90fb6fd83cee8b9f6a2776f5839794341af1953d251bf06a91870be7a8e') +sha256sums=('e22208e946ede07f56ef60c1c89de817b453967663ce4867628dff77761bd429') prepare(){ export GOPATH="${srcdir}"
