summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2015-12-26 16:29:58 -0500
committerTioDuke2015-12-26 16:29:58 -0500
commit7ca25979ba938e0ce68513e3fe2793e4c5b33f6c (patch)
tree5b1d1344c3b5c9055a2724ac4274aa5722ae7083
parent0fa44d322ee693f6b08761336034eb2378f88755 (diff)
downloadaur-7ca25979ba938e0ce68513e3fe2793e4c5b33f6c.tar.gz
update to version 2.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6a5144eef0c..02e2e5bc757d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Dec 9 00:20:29 UTC 2015
+# Sat Dec 26 21:29:42 UTC 2015
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.4
- pkgrel = 3
+ pkgver = 2.5
+ 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.4+dfsg-5_i386.deb
- sha1sums = 2f72ea33379feb6936e2e72ebcf3497c69fbe252
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.5+dfsg-1_i386.deb
+ sha1sums = 01423468cef3285be88d322d54a66b308b61b637
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 3eb8f40bcf81..139ad05290cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
-pkgver=2.4
-pkgrel=3
+pkgver=2.5
+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_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-1_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('2f72ea33379feb6936e2e72ebcf3497c69fbe252')
-[ "$CARCH" = 'i686' ] && sha1sums=('e52e3540e67b5b921dcfd3d02565abc9e4e91285')
+sha1sums=('01423468cef3285be88d322d54a66b308b61b637')
+[ "$CARCH" = 'i686' ] && sha1sums=('8e3dc1542041584211fe40354f0bff717c000cc0')
prepare() {
cd "$srcdir"