mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 3.0.0-1
This commit is contained in:
parent
5b4a891df1
commit
896e4f0a20
1 changed files with 8 additions and 7 deletions
|
@ -8,8 +8,8 @@
|
|||
# - removed qemu makedepend
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=2.4.0
|
||||
pkgrel=2
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -64,14 +64,15 @@ backup=('etc/conf.d/libvirt-guests'
|
|||
'etc/logrotate.d/libvirtd.uml'
|
||||
'etc/sasl2/libvirt.conf')
|
||||
install="libvirt.install"
|
||||
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.xz"
|
||||
validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
|
||||
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz" #{,.asc}
|
||||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d)
|
||||
md5sums=('53ebd616857333fc3ce4dea3db986488'
|
||||
'5e31269067dbd12ca871234450bb66bb'
|
||||
'384fff96c6248d4f020f6fa66c32b357'
|
||||
'020971887442ebbf1b6949e031c8dd3f')
|
||||
sha256sums=('9d9d26b70e13b1b2dfde5789ed52fc4528289a37e0f158418e9746263b37175e'
|
||||
'9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
|
||||
'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
|
||||
'5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue