summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Keller2018-01-23 22:32:11 +0100
committerAndré Keller2018-01-23 22:32:11 +0100
commit75e0182403129fa3f98b4effeaea6232096c14ec (patch)
treecae4918362feb20bdb04897981d0bcabc2b7421f
parenta216372dca31841d691fb46e4400a0b24cb07812 (diff)
downloadaur-75e0182403129fa3f98b4effeaea6232096c14ec.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779d0441a430..d4cc690b7d54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = archvyrt
pkgdesc = libvirt provisioner for archlinux libvirt hosts
- pkgver = 0.3.5
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/andrekeller/archvyrt
arch = any
@@ -8,12 +8,12 @@ pkgbase = archvyrt
makedepends = python-setuptools
depends = python
depends = python-setuptools
- depends = libvirt-python3
+ depends = libvirt-python
depends = gptfdisk
depends = arch-install-scripts
depends = debootstrap
- source = https://pypi.python.org/packages/source/a/archvyrt/archvyrt-0.3.5.tar.gz
- md5sums = e0acd7ff8a90c5d211797859d59c4a9b
+ source = https://files.pythonhosted.org/packages/source/a/archvyrt/archvyrt-0.5.1.tar.gz
+ md5sums = a19f80a2df28c330fa44a170d2039e09
pkgname = archvyrt
diff --git a/PKGBUILD b/PKGBUILD
index c57e38e391e6..c129dcaed003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=archvyrt
-pkgver=0.3.5
+pkgver=0.5.1
pkgrel=1
pkgdesc="libvirt provisioner for archlinux libvirt hosts"
url="https://github.com/andrekeller/archvyrt"
-depends=('python' 'python-setuptools' 'libvirt-python3' 'gptfdisk' 'arch-install-scripts' 'debootstrap')
+depends=('python' 'python-setuptools' 'libvirt-python' 'gptfdisk' 'arch-install-scripts' 'debootstrap')
makedepends=('python-setuptools' )
license=('MIT')
arch=('any')
-source=("https://pypi.python.org/packages/source/a/archvyrt/archvyrt-$pkgver.tar.gz")
-md5sums=('e0acd7ff8a90c5d211797859d59c4a9b')
+source=("https://files.pythonhosted.org/packages/source/a/archvyrt/archvyrt-$pkgver.tar.gz")
+md5sums=('a19f80a2df28c330fa44a170d2039e09')
build() {
cd $srcdir/archvyrt-$pkgver