summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2015-09-12 06:33:16 -0400
committerTioDuke2015-09-12 06:33:16 -0400
commit93b1dde7366205a7664f30d0b58de74aa2305808 (patch)
tree3fbc66db0f072c2e322817533e2b5586285270f6 /PKGBUILD
parent5665d26abfad160df2c9edf2e520a4dc4d175ba4 (diff)
downloadaur-93b1dde7366205a7664f30d0b58de74aa2305808.tar.gz
Update to version 2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0723cde71273..e6b76cabfd24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.3
-pkgrel=3
+pkgver=2.4
+pkgrel=1
pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation, statically linked."
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
@@ -13,9 +13,9 @@ optdepends=('binfmt-support: to allow handling foreign ELF binaries and executin
conflicts=()
_arch=i386
[ "$CARCH" = 'x86_64' ] && _arch=amd64
-_debsrc=${pkgname}_${pkgver}+dfsg-6a_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1a_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('aab940002044c9543a8aaf4502622b03fd06e153')
+sha1sums=('d66bdceefdb5e44f51477d2f2eafdfe9d0796513')
[ "$CARCH" = 'i686' ] && sha1sums=('51eaaca22d6ccf969623453190cffa62c79de480')
prepare() {