summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tia2015-08-23 17:58:19 -0600
committerJavier Tia2015-08-23 17:58:27 -0600
commit7510cff4d201f244bfd074bf8965d1017c5aba2e (patch)
treee88342bc369a00041ea67fcb5a7bd5c77e733722
parentfca20169c72b87aa3bcc3dd6cf3cbf6240e9787b (diff)
downloadaur-7510cff4d201f244bfd074bf8965d1017c5aba2e.tar.gz
Release virtio-win-0.1.109.1 rev 7
Change qemu to optional dependency, instead of a required dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e205df9ca55..4d2403c2a825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = virtio-win
pkgdesc = virtio drivers for Windows (2000, XP, Vista, 7, 8) guests and floppy images for Windows XP
pkgver = 0.1.109.1
- pkgrel = 6
+ pkgrel = 7
url = https://fedoraproject.org/wiki/Windows_Virtio_Drivers
install = virtio-win.install
changelog = virtio-win.changelog
arch = any
license = GPL2
- depends = qemu
+ optdepends = qemu
noextract = virtio-win.iso
noextract = virtio-win_amd64.vfd
noextract = virtio-win_x86.vfd
diff --git a/PKGBUILD b/PKGBUILD
index 4cf35fab11b7..714aeba485b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=virtio-win
pkgver=0.1.109.1
pkgver_=0.1.109-1
-pkgrel=6
+pkgrel=7
pkgdesc="virtio drivers for Windows (2000, XP, Vista, 7, 8) guests and floppy images for Windows XP"
arch=('any')
url="https://fedoraproject.org/wiki/Windows_Virtio_Drivers"
license=('GPL2')
-depends=('qemu')
+optdepends=('qemu')
# https://fedorapeople.org/groups/virt/virtio-win/CHANGELOG
changelog="${pkgname}.changelog"
install="${pkgname}.install"