summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 047992fb918f..244d07835407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 22:04:11 UTC 2017
+# Mon May 8 10:16:51 UTC 2017
pkgbase = qemu-user-static
pkgdesc = A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation, statically linked.
pkgver = 2.8
@@ -10,8 +10,8 @@ pkgbase = qemu-user-static
license = GPL2
license = LGPL2.1
optdepends = binfmt-support: to allow handling foreign ELF binaries and executing them via qemu
- source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-4+b1_i386.deb
- sha1sums = dec723ceb0def5e80791362be3a98d3f012fa011
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-4+b2_i386.deb
+ sha1sums = d4cf6452e8b4b2295a4a43f6c4fe9aa724fe9e1e
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 60d1d2a24095..92a47a20a5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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-4+b1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-4+b2_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('dec723ceb0def5e80791362be3a98d3f012fa011')
-[ "$CARCH" = 'i686' ] && sha1sums=('69920e5200418882ead7f4b1eb08c6a7ae978d65')
+sha1sums=('d4cf6452e8b4b2295a4a43f6c4fe9aa724fe9e1e')
+[ "$CARCH" = 'i686' ] && sha1sums=('bc4bc4d1ab546022fe3fb20f8dc3165959432ce7')
prepare() {
cd "$srcdir"