summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2020-03-20 19:09:13 +0000
committerAnthony Ruhier2020-03-20 19:09:13 +0000
commitcdd0847a2ab605a54fb4524f1da9c76168144944 (patch)
tree400aea20344b1661b7c409735600c3433ed1888b
parent1e4dbde3b7b178ea6a500c41fa24f6147e02c11f (diff)
downloadaur-cdd0847a2ab605a54fb4524f1da9c76168144944.tar.gz
v0.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25a4ee5b2336..8b856a01af7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = virt-backup
pkgdesc = Automatic backups for Libvirt
- pkgver = 0.3.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/Anthony25/virt-backup
arch = any
@@ -13,9 +13,10 @@ pkgbase = virt-backup
depends = python-defusedxml
depends = python-lxml
depends = python-yaml
+ optdepends = python-zstandard: zstd packager support
options = !emptydirs
- source = https://github.com/Anthony25/virt-backup/archive/v0.3.2.tar.gz
- sha256sums = 8e239f1430893dccee94678bcfd605328690bd5e55aa125b7290c116b1823bd3
+ source = https://github.com/Anthony25/virt-backup/archive/v0.4.0.tar.gz
+ sha256sums = 9233d9fff887cb16f683d3155e05713ddd45e18b3dfabd69dd9e44d4f0f73731
pkgname = virt-backup
diff --git a/PKGBUILD b/PKGBUILD
index 437547c14ce8..6e4d541f6bee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# his PKGBUILD that served as a base for this one
pkgname=virt-backup
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="Automatic backups for Libvirt"
arch=(any)
@@ -22,9 +22,12 @@ depends=(
python-lxml
python-yaml
)
+optdepends=(
+ 'python-zstandard: zstd packager support'
+)
options=(!emptydirs)
source=("https://github.com/Anthony25/virt-backup/archive/v${pkgver}.tar.gz")
-sha256sums=('8e239f1430893dccee94678bcfd605328690bd5e55aa125b7290c116b1823bd3')
+sha256sums=('9233d9fff887cb16f683d3155e05713ddd45e18b3dfabd69dd9e44d4f0f73731')
package() {
cd "${srcdir}/virt-backup-${pkgver}"