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

Lukas Fleischer lfleischer at archlinux.org
Sat Oct 14 17:37:02 UTC 2017


    Date: Saturday, October 14, 2017 @ 17:37:01
  Author: lfleischer
Revision: 262774

upgpkg: borg 1.1.0-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-14 17:35:32 UTC (rev 262773)
+++ PKGBUILD	2017-10-14 17:37:01 UTC (rev 262774)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.11
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated encryption'
 url='https://borgbackup.github.io/'
@@ -12,13 +12,13 @@
 depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
 optdepends=('openssh: repositories on remote hosts'
             'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
+makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 'python-mock')
 provides=('borgbackup')
 replaces=('borgbackup')
 source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
         borg.coveragerc)
-sha256sums=('fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291'
+sha256sums=('b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f'
             '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
 build() {



More information about the arch-commits mailing list