summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5c4b91a3778..da7b6a12ffe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 01:23:52 UTC 2016
+# Fri Jun 3 02:41:57 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.5
- pkgrel = 4
+ pkgver = 2.6
+ 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.5+dfsg-5+b1_i386.deb
- sha1sums = 083c162856898bde68f42534849153b6d399adb6
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.6+dfsg-1+b1_i386.deb
+ sha1sums = 141775edb7aed013197ccfe26cf42f28440b17ad
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 86975ba70175..4c2ec0c79475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.5
-pkgrel=4
+pkgver=2.6
+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-5+b1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1+b1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('083c162856898bde68f42534849153b6d399adb6')
-[ "$CARCH" = 'i686' ] && sha1sums=('0af5aeaef14bd8fbcd6268efa3821c19a0e99d0a')
+sha1sums=('141775edb7aed013197ccfe26cf42f28440b17ad')
+[ "$CARCH" = 'i686' ] && sha1sums=('04d2fd6cd1bac506a5f01d52306f3e63255a002d')
prepare() {
cd "$srcdir"