summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2016-10-28 07:10:58 -0400
committerTioDuke2016-10-28 07:10:58 -0400
commit0281c0c855a5cf156e162bb495083231ac38646b (patch)
tree1dbdfad9dd1ce361631adce4e7bc9e85f620d444 /PKGBUILD
parente86399f6af426879c228922a5a889b74df651434 (diff)
downloadaur-0281c0c855a5cf156e162bb495083231ac38646b.tar.gz
update to latest debian
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"