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

Daniel M. Capella polyzen at archlinux.org
Wed Oct 16 16:11:36 UTC 2019


    Date: Wednesday, October 16, 2019 @ 16:11:35
  Author: polyzen
Revision: 516349

Add missing python-requests dep

Fixes FS#64141

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-16 16:11:33 UTC (rev 516348)
+++ PKGBUILD	2019-10-16 16:11:35 UTC (rev 516349)
@@ -7,12 +7,13 @@
 
 pkgname=borgmatic
 pkgver=1.3.25
-pkgrel=1
+pkgrel=2
 pkgdesc='Wrapper script for Borg backup software that creates and prunes backups'
 arch=('any')
 url=https://torsion.org/borgmatic
 license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 'python-setuptools')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
+         'python-ruamel-yaml' 'python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('56a0e3d1f5a2511b477fd8803c32e586a939f50fd3473f96c19db8b7d827d862')
 



More information about the arch-commits mailing list