summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972030bdc949..047992fb918f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Apr 20 11:30:24 UTC 2017
+# Tue Apr 25 22:04:11 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
- pkgrel = 4
+ pkgrel = 5
url = http://wiki.qemu.org/Index.html
arch = i686
arch = x86_64
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_i386.deb
- sha1sums = 9bef9ca596ca5bdafde043125f0e23e7cf40d22d
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-4+b1_i386.deb
+ sha1sums = dec723ceb0def5e80791362be3a98d3f012fa011
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index d161c2def431..60d1d2a24095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.8
-pkgrel=4
+pkgrel=5
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-4_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-4+b1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('9bef9ca596ca5bdafde043125f0e23e7cf40d22d')
-[ "$CARCH" = 'i686' ] && sha1sums=('d54469611074b9b9417dba4674a4466390d782fa')
+sha1sums=('dec723ceb0def5e80791362be3a98d3f012fa011')
+[ "$CARCH" = 'i686' ] && sha1sums=('69920e5200418882ead7f4b1eb08c6a7ae978d65')
prepare() {
cd "$srcdir"