summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2017-05-24 16:35:47 -0400
committerTioDuke2017-05-24 16:35:47 -0400
commit6d7a249ed3bacf1233c7fa33a4dfcb957510b061 (patch)
tree47530dca40ded9b3aa3b99b001aa1ec3a8a87399 /PKGBUILD
parent976b31123f1d43cd1ae7207fbd287fac04cb80a8 (diff)
downloadaur-6d7a249ed3bacf1233c7fa33a4dfcb957510b061.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfe05633ce9c..abc96c2f89bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.8
-pkgrel=6
+pkgrel=7
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-5_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-6_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('a995b4a179283a87b2eb68024bd5f8f155175619')
-[ "$CARCH" = 'i686' ] && sha1sums=('73e07c013d0a4e52a447b94a40d55ab183cbc8c0')
+sha1sums=('9983f1e7fc472afcbbe1ecbe26911f2971f6143f')
+[ "$CARCH" = 'i686' ] && sha1sums=('355170a50aefcdffd4b9977d9225152468d29077')
prepare() {
cd "$srcdir"