summaryrefslogtreecommitdiff
path: root/xbackup/PKGBUILD
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-10-09 13:03:00 +0200
committerxengineering <me@xengineering.eu>2021-10-09 13:03:00 +0200
commit16589d4ad373d613e80cffe97c8cd7a446761a29 (patch)
tree5ee4595095a2dc94a839896fb63ad32e5cfa5ccb /xbackup/PKGBUILD
parent809b1767ab2f072a88fb809fac5e8d85ad510c21 (diff)
downloadpkgbuilds-16589d4ad373d613e80cffe97c8cd7a446761a29.tar
pkgbuilds-16589d4ad373d613e80cffe97c8cd7a446761a29.tar.zst
pkgbuilds-16589d4ad373d613e80cffe97c8cd7a446761a29.zip
xbackup v0.3.0
Diffstat (limited to 'xbackup/PKGBUILD')
-rw-r--r--xbackup/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbackup/PKGBUILD b/xbackup/PKGBUILD
index 58d2c78..7085c25 100644
--- a/xbackup/PKGBUILD
+++ b/xbackup/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: xengineering <me@xengineering.eu>
pkgname=xbackup
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='Convenience wrapper around the Borg backup tool'
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('licenses' 'python' 'borg')
backup=('etc/xbackup/config.json')
source=("${url}/archive/${pkgver}.tar.gz")
-md5sums=('daf305be141feb10ace9bc0c8f4584d3')
+md5sums=('db89f202880fbb93b06de7e2499cae7b')
package() {
cd ${srcdir}/${pkgname}