summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2017-10-19 17:43:34 +0200
committerAnthony Ruhier2017-10-19 17:43:52 +0200
commit22908edea7ed4b2890fcf2ce0e8e519babcc1d77 (patch)
tree6f37bc2e76e57c4deca4d3e4dcf9c35bc8dafb63 /PKGBUILD
parentc5f66a1b43a9291f2740aeee33f62f681e052687 (diff)
downloadaur-22908edea7ed4b2890fcf2ce0e8e519babcc1d77.tar.gz
libvirt-python replaced libvirt-python3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab7a1f3ab82..f6d059082d83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=virt-backup
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic backups for Libvirt"
arch=(any)
url="https://github.com/Anthony25/virt-backup"
@@ -14,7 +14,7 @@ makedepends=(
python-setuptools
)
depends=(
- libvirt-python3
+ libvirt-python
python-appdirs
python-argparse
python-arrow