summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2016-11-12 07:58:01 -0500
committerTioDuke2016-11-12 07:58:01 -0500
commit1a01dca8294c067e42f921d955633aec6d97fd1e (patch)
treeb844b5a15008d16c7460cf17f40f2d5c730efa3d
parent0281c0c855a5cf156e162bb495083231ac38646b (diff)
downloadaur-1a01dca8294c067e42f921d955633aec6d97fd1e.tar.gz
update to latest debian
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca3586713fc1..460b37f851d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.7
-pkgrel=2
+pkgrel=3
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}+dfsg-3_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3+b1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('1ed56046786a7a722289ad83b0f77874a9c605e6')
-[ "$CARCH" = 'i686' ] && sha1sums=('709f0949cf4e07060a9239998e88d4165a3b087f')
+sha1sums=('f557e92dddb0b0a81a80ba69474295073b364574')
+[ "$CARCH" = 'i686' ] && sha1sums=('354c075849465dd2b88c2303ed16b2aa71e62076')
prepare() {
cd "$srcdir"