summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45b5a7cd5c2c..9ad2eb4eb54f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = virt-backup
pkgdesc = Automatic backups for Libvirt
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/Anthony25/virt-backup
arch = any
@@ -8,13 +8,12 @@ pkgbase = virt-backup
makedepends = python-setuptools
depends = libvirt-python
depends = python-appdirs
- depends = python-argparse
depends = python-arrow
depends = python-lxml
depends = python-yaml
optdepends = python-zstandard: zstd packager support
options = !emptydirs
- source = https://github.com/Anthony25/virt-backup/archive/v0.5.4.tar.gz
- sha256sums = f65a1fb748845376c25d8d7ee2390034afc12b58758c8e97b8ea817369ee97c0
+ source = https://github.com/Anthony25/virt-backup/archive/v0.5.5.tar.gz
+ sha256sums = fc243507d3e6393e92e40a31913a020751872e284f5e56993c48ee98d7feecfb
pkgname = virt-backup
diff --git a/PKGBUILD b/PKGBUILD
index 4f6476e1115d..17bd01006379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# his PKGBUILD that served as a base for this one
pkgname=virt-backup
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc="Automatic backups for Libvirt"
arch=(any)
@@ -16,7 +16,6 @@ makedepends=(
depends=(
libvirt-python
python-appdirs
- python-argparse
python-arrow
python-lxml
python-yaml
@@ -26,7 +25,7 @@ optdepends=(
)
options=(!emptydirs)
source=("https://github.com/Anthony25/virt-backup/archive/v${pkgver}.tar.gz")
-sha256sums=('f65a1fb748845376c25d8d7ee2390034afc12b58758c8e97b8ea817369ee97c0')
+sha256sums=('fc243507d3e6393e92e40a31913a020751872e284f5e56993c48ee98d7feecfb')
package() {
cd "${srcdir}/virt-backup-${pkgver}"