summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2018-04-22 07:59:22 -0400
committerTioDuke2018-04-22 07:59:22 -0400
commitfa097bbfee08cbf5e47a394119287a769865dfb1 (patch)
tree790f59d275680ca5d4de9b20c4191e39cfcf7227 /PKGBUILD
parentcfd2263c1533b144cfadf52671c376a5739eab62 (diff)
downloadaur-fa097bbfee08cbf5e47a394119287a769865dfb1.tar.gz
update 2.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8d9a44490e4..d18ef2c4c739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+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')
@@ -11,12 +11,12 @@ url="http://wiki.qemu.org/Index.html"
depends=()
optdepends=('binfmt-qemu-static: to allow handling foreign ELF binaries and executing them via qemu')
conflicts=()
-_arch=i386
-[ "$CARCH" = 'x86_64' ] && _arch=amd64
-_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
+_arch=amd64
+[ "$CARCH" = 'i686' ] && _arch=i386
+_debsrc=${pkgname}_${pkgver}~rc3+dfsg-2_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('27b3d76952fa0500913a07e1119c0436f34d296e')
-[ "$CARCH" = 'i686' ] && sha1sums=('c8d7279069a112af5280f255132bb0c1e76e9da8')
+sha1sums=('43eebc702935562f81841106f8610b6240974a8b')
+[ "$CARCH" = 'i686' ] && sha1sums=('104e719f71d1736b3beb72c23f374098c6bb67d9')
prepare() {
cd "$srcdir"