summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-04-14 09:12:06 -0500
committerDan Beste2018-04-14 09:12:06 -0500
commit2f40177dab7952ce04d58cca4bb2b84a94986cf4 (patch)
tree0edca67e91acd6f7c755d0ac6dc422bd526e2665
parent3d864360b543ad7af4e98045f5a39775e771c1f4 (diff)
downloadaur-2f40177dab7952ce04d58cca4bb2b84a94986cf4.tar.gz
v1.1.15
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb1c9499987..cb1f9c7cfb42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = borgmatic
pkgdesc = A wrapper script for Borg backup software that creates and prunes backups
- pkgver = 1.1.14
+ pkgver = 1.1.15
pkgrel = 2
url = https://torsion.org/borgmatic/
install = borgmatic.install
@@ -9,13 +9,14 @@ pkgbase = borgmatic
makedepends = git
makedepends = python-setuptools
makedepends = python-tox
+ makedepends = python-flexmock
depends = borg
depends = python-pykwalify
depends = python-ruamel-yaml
provides = borgmatic
- source = borgmatic-1.1.14.tar.gz::https://projects.torsion.org/witten/borgmatic/archive/1.1.14.tar.gz
+ source = borgmatic-1.1.15.tar.gz::https://projects.torsion.org/witten/borgmatic/archive/1.1.15.tar.gz
source = borgmatic.install
- sha256sums = 9436b10bd245f73a529ca91d98b98bdc047e268efbdfb619dd5c65b477af043a
+ sha256sums = d926baee7ec7a374785cdee124c56f6270e8273fc0d1f91299b7fbe2cb04aab2
sha256sums = 2862763feea83e3ee0fb65c9f3fec648312486cd8ab48cd7cac70a7bb742b55b
pkgname = borgmatic
diff --git a/PKGBUILD b/PKGBUILD
index 390678797ae8..9e2d26dc324e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
pkgname='borgmatic'
-pkgver=1.1.14
+pkgver=1.1.15
pkgrel=2
pkgdesc='A wrapper script for Borg backup software that creates and prunes backups'
arch=('any')
url='https://torsion.org/borgmatic/'
license=('GPL3')
depends=('borg' 'python-pykwalify' 'python-ruamel-yaml')
-makedepends=('git' 'python-setuptools' 'python-tox')
+makedepends=('git' 'python-setuptools' 'python-tox' 'python-flexmock')
provides=('borgmatic')
install="${pkgname}.install"
source=(
@@ -18,7 +18,7 @@ source=(
"${pkgname}.install"
)
sha256sums=(
- '9436b10bd245f73a529ca91d98b98bdc047e268efbdfb619dd5c65b477af043a'
+ 'd926baee7ec7a374785cdee124c56f6270e8273fc0d1f91299b7fbe2cb04aab2'
'2862763feea83e3ee0fb65c9f3fec648312486cd8ab48cd7cac70a7bb742b55b'
)