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

Daniel M. Capella polyzen at archlinux.org
Wed Mar 31 19:38:50 UTC 2021


    Date: Wednesday, March 31, 2021 @ 19:38:50
  Author: polyzen
Revision: 910719

upgpkg: borgmatic 1.5.13-2: Reinstate sed call that was accidentally removed

Modified:
  borgmatic/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-31 19:37:23 UTC (rev 910718)
+++ PKGBUILD	2021-03-31 19:38:50 UTC (rev 910719)
@@ -7,7 +7,7 @@
 
 pkgname=borgmatic
 pkgver=1.5.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple, configuration-driven backup software for servers and workstations'
 arch=('any')
 url=https://torsion.org/borgmatic
@@ -19,6 +19,11 @@
 sha256sums=('83d7219af3f64fbd9eb2439541bb2050dbbdf853fb8a340b63168cd79c036988')
 b2sums=('3a71be201143a96968bb1ea6008b62e11f6ab199f44f38d0d66f31f24827a8f32cc7b8f50cc5d33a8bbd7046e6697afe509525be90dd9519f4c686b8737f64c5')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
 build() {
   cd $pkgname-$pkgver
   python setup.py build



More information about the arch-commits mailing list