summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2017-04-25 18:04:20 -0400
committerTioDuke2017-04-25 18:04:20 -0400
commit6e6ed2a83e188aa0db6fb7455cfa105dcd32aa96 (patch)
tree87dc969f7127cea9759d223e772c0dcbc82d9ea8 /PKGBUILD
parentb2fb62df5a065ceddaa3ccc47b44812f9abc53f2 (diff)
downloadaur-6e6ed2a83e188aa0db6fb7455cfa105dcd32aa96.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 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"