Date: Wednesday, March 31, 2021 @ 04:56:29 Author: polyzen Revision: 910544
upgpkg: borgmatic 1.5.13-1 Modified: borgmatic/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-31 00:59:12 UTC (rev 910543) +++ PKGBUILD 2021-03-31 04:56:29 UTC (rev 910544) @@ -6,8 +6,8 @@ # Contributor: stef204 <https://aur.archlinux.org/account/stef204> pkgname=borgmatic -pkgver=1.5.12 -pkgrel=4 +pkgver=1.5.13 +pkgrel=1 pkgdesc='Simple, configuration-driven backup software for servers and workstations' arch=('any') url=https://torsion.org/borgmatic @@ -16,15 +16,9 @@ 'python-ruamel-yaml' 'python-setuptools') optdepends=('python-llfuse: for mount action') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('5cb6c126f351987f16f529ce8c5ef351b6b3458142316e9210edb028dff65536') -b2sums=('d71537eed019b10c3257d4b068c31aff63919e0cdb068b49c2ed92d2e97d37b8735f30b1225fb453e79372aeab49817e9200770aac4cc0f80c0bac14e84678d1') +sha256sums=('83d7219af3f64fbd9eb2439541bb2050dbbdf853fb8a340b63168cd79c036988') +b2sums=('3a71be201143a96968bb1ea6008b62e11f6ab199f44f38d0d66f31f24827a8f32cc7b8f50cc5d33a8bbd7046e6697afe509525be90dd9519f4c686b8737f64c5') -prepare() { - cd $pkgname-$pkgver - sed -i 's,root/.local,usr, - /SystemCallFilter/a SystemCallErrorNumber=EPERM' sample/systemd/$pkgname.service -} - build() { cd $pkgname-$pkgver python setup.py build