summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2018-06-03 01:04:55 -0400
committerTioDuke2018-06-03 01:04:55 -0400
commitf7bfd408b81ee765b213366be69c3dbe5bb48ae0 (patch)
treefe25cbef8dd8900a124ba0cb016201af69c6caec /PKGBUILD
parente1e04cfc1a65d17a62a8749cfcd18881c234a98a (diff)
downloadaur-f7bfd408b81ee765b213366be69c3dbe5bb48ae0.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 794bdb29aecb..19cf3a119573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.12
-pkgrel=3
+pkgrel=4
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-qemu-static: to allow handling foreign ELF binaries and exec
conflicts=()
_arch=amd64
[ "$CARCH" = 'i686' ] && _arch=i386
-_debsrc=${pkgname}_${pkgver}+dfsg-1+b1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('3a3e68ab33df91bf96451d5e529a288608a15020')
-[ "$CARCH" = 'i686' ] && sha1sums=('35ba56530f4337382ed064be4a5bf5ba24233753')
+sha1sums=('ac8defaa5b8624bc0585877f6272e23be921a70a')
+[ "$CARCH" = 'i686' ] && sha1sums=('b67bd47793047ddcbd79822bdaf297d0f3e99384')
prepare() {
cd "$srcdir"