summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2018-12-23 06:00:26 -0500
committerTioDuke2018-12-23 06:00:26 -0500
commit10f335944406fc7707b75c8e56a0f48027cba283 (patch)
tree6c05363a88f693270c83fae6661e9cab5de36008 /PKGBUILD
parentcef52c615d30dba95b2d66e0652446b685569c66 (diff)
downloadaur-10f335944406fc7707b75c8e56a0f48027cba283.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 6e44fc598f55..8cb9bd2a6094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=3.1
-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-qemu-static: to allow handling foreign ELF binaries and exec
conflicts=()
_arch=amd64
[ "$CARCH" = 'i686' ] && _arch=i386
-_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-2_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('c3b098d592fd9b7299305cb929029e3bea5abb4f')
-[ "$CARCH" = 'i686' ] && sha1sums=('b8ac990a719de238e39c98a663701aa05b87bbe4')
+sha1sums=('fa4b324de5539ba477beecdc0b5557b153763b12')
+[ "$CARCH" = 'i686' ] && sha1sums=('3a3e3022b1e03858963128a734fcf725f1fae9a6')
prepare() {
cd "$srcdir"