author | Guillaume Alaux
<guillaume@archlinux.org> 2013-03-27 20:09:22 UTC |
committer | Guillaume Alaux
<guillaume@archlinux.org> 2013-03-27 20:09:22 UTC |
parent | 9ba26555a763409bb5a3a5941300a09cf3809205 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 614b371..d407ffc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=vlc pkgver=2.0.5 -pkgrel=4 +pkgrel=5 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" @@ -83,7 +83,8 @@ build() { --enable-upnp \ --enable-opus \ --enable-sftp \ - LUAC=luac5.1 + LUAC=luac5.1 \ + RCC=/usr/bin/rcc-qt4 make }