summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-12-29 16:37:58 -0600
committerDan Beste2018-12-29 16:44:52 -0600
commitffaf905caf8ad0ec3fee4800481e501b08c859ba (patch)
treedf0f3a8144b1bdf7154f39bfb5279b1f374ce48f
parent0aee1fe865b4f51630fad44dd92183f33184ac73 (diff)
downloadaur-ffaf905caf8ad0ec3fee4800481e501b08c859ba.tar.gz
upgpkg: borgmatic 1.2.14-5
@evana: Prepend testing paths to ensure they are indexed before pre-existing installations.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4488682cc4a..c6d5354317bf 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.2.14
- pkgrel = 4
+ pkgrel = 5
url = https://torsion.org/borgmatic/
install = borgmatic.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 580c78e78a6c..2b381967b8f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='borgmatic'
pkgver=1.2.14
-pkgrel=4
+pkgrel=5
pkgdesc='A wrapper script for Borg backup software that creates and prunes backups'
arch=('any')
url='https://torsion.org/borgmatic/'
@@ -36,8 +36,8 @@ prepare() {
check() {
cd "${pkgname}"
- export PATH="${PATH}:${_pytestdir}/usr/bin"
- export PYTHONPATH="${PYTHONPATH}:${_pytestdir}/usr/lib/python*/site-packages/"
+ export PATH="${_pytestdir}/usr/bin:${PATH}"
+ export PYTHONPATH="${_pytestdir}/usr/lib/python*/site-packages:${PYTHONPATH}"
pytest
}