summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2018-01-12 06:41:19 -0500
committerTioDuke2018-01-12 06:41:19 -0500
commit33b4137475e390ecdbd095cb82c2ba96430d8f8a (patch)
tree7e589bda3ef242cf9e7d76ca904f5cdbf8ef1719 /PKGBUILD
parentc23954f37142519c0a2cdd27b0ffa4960a7d5650 (diff)
downloadaur-33b4137475e390ecdbd095cb82c2ba96430d8f8a.tar.gz
update to version 2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34209ecad112..83315f783b27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.10
-pkgrel=2
+pkgver=2.11
+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,10 +13,10 @@ optdepends=('binfmt-support: to allow handling foreign ELF binaries and executin
conflicts=()
_arch=i386
[ "$CARCH" = 'x86_64' ] && _arch=amd64
-_debsrc=${pkgname}_${pkgver}.0+dfsg-2_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('54769805a14accc6f2eb40a26fb6f984d817052a')
-[ "$CARCH" = 'i686' ] && sha1sums=('5924eb7caa3ddb2585d0a8308e69cbe922b18db6')
+sha1sums=('27b3d76952fa0500913a07e1119c0436f34d296e')
+[ "$CARCH" = 'i686' ] && sha1sums=('c8d7279069a112af5280f255132bb0c1e76e9da8')
prepare() {
cd "$srcdir"