Date: Tuesday, October 15, 2019 @ 22:40:25 Author: polyzen Revision: 516240
upgpkg: borgmatic 1.3.25-1 Modified: borgmatic/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-15 22:39:52 UTC (rev 516239) +++ PKGBUILD 2019-10-15 22:40:25 UTC (rev 516240) @@ -6,7 +6,7 @@ # Contributor: stef204 <https://aur.archlinux.org/account/stef204> pkgname=borgmatic -pkgver=1.3.24 +pkgver=1.3.25 pkgrel=1 pkgdesc='Wrapper script for Borg backup software that creates and prunes backups' arch=('any') @@ -14,7 +14,7 @@ license=('GPL3') depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 'python-setuptools') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('ca49f15e0eab8650550ce031a9c71a547acaaff15abd3448a6a2e55ca09e83ca') +sha256sums=('56a0e3d1f5a2511b477fd8803c32e586a939f50fd3473f96c19db8b7d827d862') prepare() { cd $pkgname-$pkgver
