diff options
Diffstat (limited to 'libre/qemu-static/PKGBUILD')
-rw-r--r-- | libre/qemu-static/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index 4301ee23e..9d665d08b 100644 --- a/libre/qemu-static/PKGBUILD +++ b/libre/qemu-static/PKGBUILD @@ -5,11 +5,11 @@ pkgbase=qemu pkgname=('qemu-static' 'qemu-static-arch-extra') pkgver=2.5.1 -pkgrel=1.2 +pkgrel=1.3 arch=('i686' 'x86_64' 'armv7h') license=('GPL2' 'LGPL2.1') url='http://wiki.qemu.org/' -makedepends=('pixman-static' 'glib2-static' 'python2') +makedepends=('pixman-static' 'glib2-static' 'pcre-static' 'python2') source=(http://wiki.qemu.org/download/${pkgbase}-${pkgver}.tar.bz2) md5sums=('42e73182dea8b9213fa7050e168a4615') |