summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Görtz2016-09-07 10:02:53 +0200
committerAlexander Görtz2016-09-07 10:02:53 +0200
commitdec6e840a13a8b3b111295a0dfcc4062ac6c59ad (patch)
tree72f40d4738d2d3ba03c874c976690002ed263b18
parent323546fe5914adec3fbc2c8bee42e2728d54d906 (diff)
downloadaur-dec6e840a13a8b3b111295a0dfcc4062ac6c59ad.tar.gz
Updated to version 1.0.3 of borgmatic
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dadfd97d77d8..bc016305071a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = borgmatic
pkgdesc = A simple Python wrapper script for the borg (and attic) backup software.
- pkgver = 1.0.1
+ pkgver = 1.0.3
pkgrel = 1
url = http://torsion.org/borgmatic/
arch = any
@@ -9,8 +9,8 @@ pkgbase = borgmatic
depends = borg
optdepends = attic
provides = borgmatic
- source = https://torsion.org/hg/borgmatic/archive/1.0.1.tar.gz
- sha256sums = 525711573a3c9028da8dcccc5947c8cdd3123f1478322d95b81d00e841f76b2f
+ source = https://torsion.org/hg/borgmatic/archive/1.0.3.tar.gz
+ sha256sums = 81d29ba3159193b02f4c9be0d476e2342a1aa56b72cce6331474c0634c1883a3
pkgname = borgmatic
diff --git a/PKGBUILD b/PKGBUILD
index 21ad3383f899..0779c7f012f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Görtz <aur@nyloc.de>
pkgname=borgmatic
-pkgver=1.0.1
+pkgver=1.0.3
pkgrel=1
pkgdesc="A simple Python wrapper script for the borg (and attic) backup software."
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
optdepends=('attic')
source=("https://torsion.org/hg/$pkgname/archive/$pkgver.tar.gz")
provides=('borgmatic')
-sha256sums=('525711573a3c9028da8dcccc5947c8cdd3123f1478322d95b81d00e841f76b2f')
+sha256sums=('81d29ba3159193b02f4c9be0d476e2342a1aa56b72cce6331474c0634c1883a3')
package() {