summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadostin Stoyanov2018-11-20 12:32:50 +0000
committerRadostin Stoyanov2018-11-20 12:32:50 +0000
commit1ecb421e24597ddebf66b1fb38c7808ee7d42d30 (patch)
tree901436010692022c1347816460182dfbfe560a41
parentfa5b82fd361e9d4c690c11d699ab2121c22a9b91 (diff)
downloadaur-1ecb421e24597ddebf66b1fb38c7808ee7d42d30.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f36673e918e9..f91b7f31be84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libvirt-sandbox
pkgdesc = An application sandbox toolkit
- pkgver = 0.6.0
+ pkgver = 0.8.0
pkgrel = 2
url = http://sandbox.libvirt.org/
arch = i686
@@ -12,9 +12,8 @@ pkgbase = libvirt-sandbox
depends = libselinux
depends = cpio
optdepends = dhclient: for sandbox network configuration using DHCP
- optdepends = python2-gobject: for virt-sandbox-service
- source = http://libvirt.org/sources/sandbox/libvirt-sandbox-0.6.0.tar.gz
- source = http://libvirt.org/sources/sandbox/libvirt-sandbox-0.6.0.tar.gz.asc
+ source = http://libvirt.org/sources/sandbox/libvirt-sandbox-0.8.0.tar.gz
+ source = http://libvirt.org/sources/sandbox/libvirt-sandbox-0.8.0.tar.gz.asc
validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
md5sums = 546eb0caaa79d50a723adf58f32da87f
md5sums = 633854ecab0fb2a4f5f4ee958a731daf
diff --git a/PKGBUILD b/PKGBUILD
index 64c2f6762ad9..dcd4f8831618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alain Kalker <a.c.kalker@gmail.com>
pkgname=libvirt-sandbox
-pkgver=0.6.0
+pkgver=0.8.0
pkgrel=2
pkgdesc="An application sandbox toolkit"
arch=('i686' 'x86_64')
@@ -8,19 +8,15 @@ url="http://sandbox.libvirt.org/"
license=('LGPL')
depends=('libvirt-glib' 'libselinux' 'cpio')
makedepends=('gobject-introspection' 'intltool')
-optdepends=('dhclient: for sandbox network configuration using DHCP'
- 'python2-gobject: for virt-sandbox-service')
+optdepends=('dhclient: for sandbox network configuration using DHCP')
source=(http://libvirt.org/sources/sandbox/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('546eb0caaa79d50a723adf58f32da87f'
- '633854ecab0fb2a4f5f4ee958a731daf')
+md5sums=('c8b4393ec3ea78cd77af826e478f34f9'
+ 'd714f9f47f4322d5e702694f0b9f2c19')
validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF')
# Daniel P. Berrange <dan@berrange.com>
prepare() {
cd "$srcdir/$pkgname-$pkgver"
-
- # Use python2
- sed -i -e '1s/python/&2/' bin/virt-sandbox-service
}
build() {
@@ -34,7 +30,7 @@ build() {
--sysconfdir=/etc \
--enable-introspection \
--without-lzma
- make
+ make -j4
}
check() {