summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2017-10-09 07:07:48 -0400
committerTioDuke2017-10-09 07:07:48 -0400
commitc23954f37142519c0a2cdd27b0ffa4960a7d5650 (patch)
tree24e51a8d4ff7d8e204dc4de4f4b161cbce8fc575 /PKGBUILD
parentc2e0472ff24de3f1fe75fa67d42ea7d2659ad67b (diff)
downloadaur-c23954f37142519c0a2cdd27b0ffa4960a7d5650.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 6db769bea0cf..34209ecad112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.10
-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}.0+dfsg-1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}.0+dfsg-2_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('aa9ca0787f35b47e5ff650c7d5fc002388848a28')
-[ "$CARCH" = 'i686' ] && sha1sums=('2165311974a44c8d4e2e0a1c929b4284c929208a')
+sha1sums=('54769805a14accc6f2eb40a26fb6f984d817052a')
+[ "$CARCH" = 'i686' ] && sha1sums=('5924eb7caa3ddb2585d0a8308e69cbe922b18db6')
prepare() {
cd "$srcdir"