summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2016-10-15 09:49:13 -0400
committerTioDuke2016-10-15 09:49:13 -0400
commite86399f6af426879c228922a5a889b74df651434 (patch)
tree158e8dcc74bc81c1d3e8d7ec066a8ae2cd5e31b7
parent12d33fc9b8b3680edc7218137b89d47f1e6b29a9 (diff)
downloadaur-e86399f6af426879c228922a5a889b74df651434.tar.gz
update to v2.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d90b92276d69..a214baa25387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 01:17:18 UTC 2016
+# Sat Oct 15 13:48:59 UTC 2016
pkgbase = qemu-user-static
pkgdesc = A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation, statically linked.
- pkgver = 2.6
- pkgrel = 3
+ pkgver = 2.7
+ pkgrel = 1
url = http://wiki.qemu.org/Index.html
arch = i686
arch = x86_64
license = GPL2
license = LGPL2.1
optdepends = binfmt-support: to allow handling foreign ELF binaries and executing them via qemu
- source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.6+dfsg-3.1_i386.deb
- sha1sums = 04b8b3b50aae5eb9fac8c597f0526c0674d82566
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.7+dfsg-1_i386.deb
+ sha1sums = 35c64c02af330661897bc85c41659d442f2d1ce0
pkgname = qemu-user-static
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"