summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2016-01-14 19:49:55 -0500
committerTioDuke2016-01-14 19:49:55 -0500
commit6973c6336e61a1fc7676b52c7773bb340fc42d7e (patch)
tree0265fe39233bee3b99a8710a55465aeececd1b2b
parent7ca25979ba938e0ce68513e3fe2793e4c5b33f6c (diff)
downloadaur-6973c6336e61a1fc7676b52c7773bb340fc42d7e.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e2e5bc757d..90eee7adec0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Dec 26 21:29:42 UTC 2015
+# Fri Jan 15 00:49:48 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 = 1
+ pkgrel = 2
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-1_i386.deb
- sha1sums = 01423468cef3285be88d322d54a66b308b61b637
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.5+dfsg-3_i386.deb
+ sha1sums = 9d2ad8848c4135e5443a400917e29363cfd822ba
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 139ad05290cb..57ef59cdda5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.5
-pkgrel=1
+pkgrel=2
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-1_${_arch}.deb
+_debsrc=${pkgname}_${pkgver}+dfsg-3_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('01423468cef3285be88d322d54a66b308b61b637')
-[ "$CARCH" = 'i686' ] && sha1sums=('8e3dc1542041584211fe40354f0bff717c000cc0')
+sha1sums=('9d2ad8848c4135e5443a400917e29363cfd822ba')
+[ "$CARCH" = 'i686' ] && sha1sums=('35d2a18c55a7bea73134ad67ce283b5eec1fbe0d')
prepare() {
cd "$srcdir"