summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Görtz2017-10-31 09:07:19 +0100
committerAlexander Görtz2017-10-31 09:07:19 +0100
commit337ada6a62f855409d22e3b9ae4d53e758a54f0c (patch)
treedf0724ed659f478f65d021ba262aaf9a10970469
parentfe93670ef98ab848e1e7e7390bfc40251f8cbe85 (diff)
downloadaur-337ada6a62f855409d22e3b9ae4d53e758a54f0c.tar.gz
Change binary path in systemd service file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 478caccf5249..c35dd0c53e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = borgmatic
pkgdesc = A wrapper script for Borg backup software that creates and prunes backups
pkgver = 1.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://torsion.org/borgmatic/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index dc55ce872fb1..ba084575402a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='borgmatic'
pkgver=1.1.7
-pkgrel=1
+pkgrel=2
pkgdesc='A wrapper script for Borg backup software that creates and prunes backups'
arch=('any')
url='https://torsion.org/borgmatic/'
@@ -27,6 +27,7 @@ prepare() {
# We will welcome patches to maintain compatibility with Arch's
# python-ruamel-yaml version if upstream is slow to adopt it.
sed -i 's/ruamel.yaml<=0.15/ruamel.yaml<0.16/' setup.py
+ sed -i 's#/usr/local/bin/borgmatic#/usr/bin/borgmatic#' sample/systemd/borgmatic.service
}
check() {