diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-23 18:14:49 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-23 18:14:49 -0300 |
commit | ebe216b74101dfcd898c1832758a4883bd6be24e (patch) | |
tree | c45b19530d69ed555c1f8e2cd27602f7bc327721 /libre/qemu-static/PKGBUILD | |
parent | 81396208970c465f4a326e5c556f6d01dd319f9e (diff) | |
download | abslibre-ebe216b74101dfcd898c1832758a4883bd6be24e.tar.gz abslibre-ebe216b74101dfcd898c1832758a4883bd6be24e.tar.bz2 abslibre-ebe216b74101dfcd898c1832758a4883bd6be24e.zip |
qemu-static: fix PKGBUILD
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') |