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 a214baa25387..9f039d39c703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Oct 15 13:48:59 UTC 2016
+# Fri Oct 28 11:10:41 UTC 2016
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.7
- pkgrel = 1
+ pkgrel = 2
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.7+dfsg-1_i386.deb
- sha1sums = 35c64c02af330661897bc85c41659d442f2d1ce0
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.7+dfsg-3_i386.deb
+ sha1sums = 1ed56046786a7a722289ad83b0f77874a9c605e6
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 489616ae0e08..ca3586713fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.7
-pkgrel=1
+pkgrel=2
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-1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('35c64c02af330661897bc85c41659d442f2d1ce0')
-[ "$CARCH" = 'i686' ] && sha1sums=('ea2cf4efae7c41fd697aa74aa29f96e4c0c1e9c2')
+sha1sums=('1ed56046786a7a722289ad83b0f77874a9c605e6')
+[ "$CARCH" = 'i686' ] && sha1sums=('709f0949cf4e07060a9239998e88d4165a3b087f')
prepare() {
cd "$srcdir"