summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJed Liu2016-02-23 22:47:10 -0500
committerJed Liu2016-02-23 22:47:10 -0500
commit5f78cf6a01e651cace56847dc471401ce1bf6517 (patch)
treee72726a3412120438b917fc95eb2e5cb6e425fb4
parenta20a9fade925f72818bbbbcda70f4d71e2eee9d3 (diff)
downloadaur-5f78cf6a01e651cace56847dc471401ce1bf6517.tar.gz
upgpkg: qemu-minimal 2.5.0-1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f17565b0e2c7..07163176e913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 19:10:34 UTC 2016
+# Wed Feb 24 03:47:01 UTC 2016
pkgbase = qemu-minimal
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 1.1
url = http://wiki.qemu.org/
arch = i686
arch = x86_64
license = GPL2
license = LGPL2.1
+ makedepends = pixman
makedepends = libjpeg
makedepends = glib2
makedepends = util-linux
@@ -35,6 +36,7 @@ pkgname = qemu-minimal
pkgdesc = A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. This is a stripped-down version of the official package and requires only the bare essentials for running on a headless server.
install = qemu.install
depends = glibc
+ depends = pixman
depends = libjpeg
depends = glib2
depends = util-linux
diff --git a/PKGBUILD b/PKGBUILD
index bcbbc99ea717..bb15f8bf4702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
# 'qemu-guest-agent')
pkgname='qemu-minimal'
pkgver=2.5.0
-pkgrel=1
+pkgrel=1.1
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url='http://wiki.qemu.org/'
@@ -19,7 +19,7 @@ url='http://wiki.qemu.org/'
# 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
# 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
# 'usbredir' 'ceph' 'glusterfs' 'libssh2' 'lzo' 'snappy')
-makedepends=('libjpeg' 'glib2'
+makedepends=('pixman' 'libjpeg' 'glib2'
'util-linux' 'curl' 'libsasl'
'seabios' 'libcap-ng' 'libaio' 'libseccomp'
'python2'
@@ -82,7 +82,7 @@ package() {
# 'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp' 'libcacard'
# 'spice' 'usbredir' 'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'
# 'ncurses' 'libx11' 'libusb' 'libpulse' 'libssh2' 'curl')
- depends=('glibc' 'libjpeg' 'glib2'
+ depends=('glibc' 'pixman' 'libjpeg' 'glib2'
'util-linux' 'libsasl'
'seabios' 'libcap' 'libcap-ng' 'libaio' 'libseccomp'
'lzo' 'snappy' 'gcc-libs' 'zlib' 'bzip2' 'nspr'