summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-11-27 15:13:31 -0600
committerJavier Tiá2018-11-27 15:13:31 -0600
commit9bb873a90846d1b142d1f40ab77c5e2dc835bd93 (patch)
tree93d4c149585d2326944c1d51d9f37a5449e6e7c5
parent695e72eaa34b7b3a27dc7c67a7c182ebff9f0645 (diff)
downloadaur-9bb873a90846d1b142d1f40ab77c5e2dc835bd93.tar.gz
Bump up virtio-win 0.1.160-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47757b2f1546..af0ba5552cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = virtio-win
pkgdesc = virtio drivers for Windows (2000, XP, Vista, 7, 8, 10) guests and floppy images for Windows XP
pkgver = 0.1.160.1
- pkgrel = 1
- url = https://fedoraproject.org/wiki/Windows_Virtio_Drivers
+ pkgrel = 2
+ url = https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers/index.html
changelog = virtio-win.changelog
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 13cd9f7175ca..e3bc5ae104b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ _ver=0.1.160
pkgver=${_ver}.1
# upstream version
_pkgver=${_ver}-1
-pkgrel=1
-pkgdesc="virtio drivers for Windows (2000, XP, Vista, 7, 8, 10) guests and floppy images for Windows XP"
+pkgrel=2
+pkgdesc='virtio drivers for Windows (2000, XP, Vista, 7, 8, 10) guests and floppy images for Windows XP'
arch=('any')
-url="https://fedoraproject.org/wiki/Windows_Virtio_Drivers"
+url='https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers/index.html'
license=('GPL2')
optdepends=('qemu')
# https://fedorapeople.org/groups/virt/virtio-win/CHANGELOG
@@ -37,4 +37,4 @@ package() {
"${pkgdir}/usr/share/virtio/${pkgname}_x86_32.vfd"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et: