summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2015-09-12 06:33:16 -0400
committerTioDuke2015-09-12 06:33:16 -0400
commit93b1dde7366205a7664f30d0b58de74aa2305808 (patch)
tree3fbc66db0f072c2e322817533e2b5586285270f6
parent5665d26abfad160df2c9edf2e520a4dc4d175ba4 (diff)
downloadaur-93b1dde7366205a7664f30d0b58de74aa2305808.tar.gz
Update to version 2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c40d9cb40b1b..f04fabe1d73f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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.3
- pkgrel = 3
+ pkgver = 2.4
+ 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.3+dfsg-6a_i386.deb
- sha1sums = aab940002044c9543a8aaf4502622b03fd06e153
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.4+dfsg-1a_i386.deb
+ sha1sums = d66bdceefdb5e44f51477d2f2eafdfe9d0796513
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 0723cde71273..e6b76cabfd24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.3
-pkgrel=3
+pkgver=2.4
+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,9 +13,9 @@ optdepends=('binfmt-support: to allow handling foreign ELF binaries and executin
conflicts=()
_arch=i386
[ "$CARCH" = 'x86_64' ] && _arch=amd64
-_debsrc=${pkgname}_${pkgver}+dfsg-6a_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1a_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('aab940002044c9543a8aaf4502622b03fd06e153')
+sha1sums=('d66bdceefdb5e44f51477d2f2eafdfe9d0796513')
[ "$CARCH" = 'i686' ] && sha1sums=('51eaaca22d6ccf969623453190cffa62c79de480')
prepare() {