Date: Wednesday, October 16, 2019 @ 19:43:48 Author: polyzen Revision: 516388
upgpkg: borgmatic 1.3.26-1 Modified: borgmatic/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-16 19:37:19 UTC (rev 516387) +++ PKGBUILD 2019-10-16 19:43:48 UTC (rev 516388) @@ -6,8 +6,8 @@ # Contributor: stef204 <https://aur.archlinux.org/account/stef204> pkgname=borgmatic -pkgver=1.3.25 -pkgrel=2 +pkgver=1.3.26 +pkgrel=1 pkgdesc='Wrapper script for Borg backup software that creates and prunes backups' arch=('any') url=https://torsion.org/borgmatic @@ -15,7 +15,7 @@ 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') +sha256sums=('1663d4a4b7393fa1a848a052daf4a7f6f125fd67058c4bdffce885a089b235e6') prepare() { cd $pkgname-$pkgver
