summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBugMaze2016-04-29 17:10:11 +0300
committerBugMaze2016-04-29 17:10:11 +0300
commitcd7013087c9eb66d0fccd8fd0c0d0d5813e948c6 (patch)
tree0f2d85f67fbe6a69c096480ced5048cc2c98255c /PKGBUILD
parent09f748bec78441f3d989609af4dc23078b85e2b9 (diff)
downloadaur-cd7013087c9eb66d0fccd8fd0c0d0d5813e948c6.tar.gz
Updating the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77f47f4dbde1..979eba4c9bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,6 +47,8 @@ build() {
export ARFLAGS="rv"
# http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
export CFLAGS+=' -fPIC'
+ #Invoke pacman to install lite version of spice
+ pacman -Sdd spice-protocol spice --noconfirm
# gtk gui breaks keymappings at the moment
./configure --prefix=/usr --sysconfdir=/etc \
--python=/usr/bin/python2 --smbd=/usr/bin/smbd \
@@ -56,7 +58,6 @@ build() {
--enable-tpm --enable-spice \
--enable-modules --enable-curl
make V=99
-pacman -Sdd spice-protocol spice --noconfirm
}
package() {