summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBugMaze2017-02-21 23:37:14 +0300
committerBugMaze2017-02-21 23:37:14 +0300
commitb8c76eb24ff741a27a2cabd2bee6abb81a826716 (patch)
tree4c37b1f20fe2bcf69d62a2add508548e6795ff13
parent593d06eddaa3b2e5c092d5e3a7d6be83dcce8424 (diff)
downloadaur-b8c76eb24ff741a27a2cabd2bee6abb81a826716.tar.gz
Updating the package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c81b00d7ca..82a5428b9785 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qemu-minimal-git
pkgver = 2.8.0.r51391.796b288f7b
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.qemu.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 191089ad9769..3e03bd40ff6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=('qemu-minimal-git')
_gitname=qemu
pkgname=('qemu-minimal-git')
pkgver=2.8.0.r51391.796b288f7b
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url='http://wiki.qemu.org/'
@@ -55,7 +55,7 @@ build() {
--localstatedir=/var \
--enable-tpm --enable-curl \
--enable-modules --enable-curl --disable-werror \
- --target-list=x86_64-softmmu --disable-libiscsi --disable-bluez --audio-drv-list=alsa,pa
+ --target-list=x86_64-softmmu --disable-libiscsi --disable-bluez --audio-drv-list=alsa
make V=99
}