summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2016-12-29 07:20:10 -0500
committerTioDuke2016-12-29 07:20:10 -0500
commit043d0fca65ca3ec9f2dbd4a690538933cea2878e (patch)
treef00883f42d402532c8005edb2337c06e72d5e704
parent1a01dca8294c067e42f921d955633aec6d97fd1e (diff)
downloadaur-043d0fca65ca3ec9f2dbd4a690538933cea2878e.tar.gz
update to v. 2.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f039d39c703..93cc2bb525e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Oct 28 11:10:41 UTC 2016
+# Thu Dec 29 12:19:52 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.7
- pkgrel = 2
+ pkgver = 2.8
+ 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.7+dfsg-3_i386.deb
- sha1sums = 1ed56046786a7a722289ad83b0f77874a9c605e6
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-1_i386.deb
+ sha1sums = 371671a57e287c3363b6b39bcc9fcc9e958b4518
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 460b37f851d6..177ee511d1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.7
-pkgrel=3
+pkgver=2.8
+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+b1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('f557e92dddb0b0a81a80ba69474295073b364574')
-[ "$CARCH" = 'i686' ] && sha1sums=('354c075849465dd2b88c2303ed16b2aa71e62076')
+sha1sums=('371671a57e287c3363b6b39bcc9fcc9e958b4518')
+[ "$CARCH" = 'i686' ] && sha1sums=('d4907e884ce34bb33a52608a7d110e69115e252d')
prepare() {
cd "$srcdir"