summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2016-10-15 09:49:13 -0400
committerTioDuke2016-10-15 09:49:13 -0400
commite86399f6af426879c228922a5a889b74df651434 (patch)
tree158e8dcc74bc81c1d3e8d7ec066a8ae2cd5e31b7 /PKGBUILD
parent12d33fc9b8b3680edc7218137b89d47f1e6b29a9 (diff)
downloadaur-e86399f6af426879c228922a5a889b74df651434.tar.gz
update to v2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f71a3462cbd6..489616ae0e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.6
-pkgrel=3
+pkgver=2.7
+pkgrel=1
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.1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('04b8b3b50aae5eb9fac8c597f0526c0674d82566')
-[ "$CARCH" = 'i686' ] && sha1sums=('209052d073cb9af75e64cc44114b321949c3e81c')
+sha1sums=('35c64c02af330661897bc85c41659d442f2d1ce0')
+[ "$CARCH" = 'i686' ] && sha1sums=('ea2cf4efae7c41fd697aa74aa29f96e4c0c1e9c2')
prepare() {
cd "$srcdir"