summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2016-09-19 21:17:31 -0400
committerTioDuke2016-09-19 21:17:31 -0400
commit12d33fc9b8b3680edc7218137b89d47f1e6b29a9 (patch)
tree444b8882d5851278f1a07e5116bd9371b84a07b2 /PKGBUILD
parent87b9e9e42e3e6de9b715bd3fb1ca2a3a661a45e2 (diff)
downloadaur-12d33fc9b8b3680edc7218137b89d47f1e6b29a9.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 684fcdcd891f..f71a3462cbd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.6
-pkgrel=2
+pkgrel=3
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-3_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3.1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('e0d3a5e01e1a6667eb7451a99941f4ccd22adce7')
-[ "$CARCH" = 'i686' ] && sha1sums=('fbd490a3b552f9f80ad9925a69c84fab91a7cfdb')
+sha1sums=('04b8b3b50aae5eb9fac8c597f0526c0674d82566')
+[ "$CARCH" = 'i686' ] && sha1sums=('209052d073cb9af75e64cc44114b321949c3e81c')
prepare() {
cd "$srcdir"