[arch-commits] Commit in restic/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Fri Oct 26 13:32:19 UTC 2018


    Date: Friday, October 26, 2018 @ 13:32:17
  Author: foxboron
Revision: 399123

upgpkg: restic 0.9.3-1

Modified:
  restic/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 13:26:49 UTC (rev 399122)
+++ PKGBUILD	2018-10-26 13:32:17 UTC (rev 399123)
@@ -1,6 +1,6 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 pkgname=restic
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="Fast, secure, efficient backup program"
 arch=('x86_64')
@@ -7,8 +7,9 @@
 url="https://restic.net"
 license=('BSD')
 makedepends=('go-pie')
+optdepends=('fuse2: mount archive')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz")
-sha256sums=('8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95')
+sha256sums=('b95a258099aee9a56e620ccebcecabc246ee7f8390e3937ccedadd609c6d2dd0')
 
 prepare(){
   export GOPATH="${srcdir}"



More information about the arch-commits mailing list