summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2018-10-26 21:42:22 -0400
committerTioDuke2018-10-26 21:42:22 -0400
commita5ec153d8212ce823d8b8fe77991419a734e5059 (patch)
tree7723115a742f58e234fd413682c094880739ef44 /PKGBUILD
parentf7bfd408b81ee765b213366be69c3dbe5bb48ae0 (diff)
downloadaur-a5ec153d8212ce823d8b8fe77991419a734e5059.tar.gz
update to latest debian
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19cf3a119573..54703770593f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.12
-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,9 +13,9 @@ optdepends=('binfmt-qemu-static: to allow handling foreign ELF binaries and exec
conflicts=()
_arch=amd64
[ "$CARCH" = 'i686' ] && _arch=i386
-_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3+b1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('ac8defaa5b8624bc0585877f6272e23be921a70a')
+sha1sums=('369271d330c41a0a903e94d7b3adc4068b0a9377')
[ "$CARCH" = 'i686' ] && sha1sums=('b67bd47793047ddcbd79822bdaf297d0f3e99384')
prepare() {