Update from aur

This commit is contained in:
moparisthebest
2017-11-25 21:32:19 -05:00
parent 3861d23ae2
commit 80f46f9b25
61 changed files with 857 additions and 295 deletions

View File

@@ -2,8 +2,8 @@
# Contributor: Steven Noonan <steven@uplinklabs.net>
pkgname=qemu-user-static
pkgver=2.8
pkgrel=8
pkgver=2.10
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-7_${_arch}.deb
_debsrc=${pkgname}_${pkgver}.0+dfsg-2_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
sha1sums=('5688c6b2bf8fd6f04d7f20ca524782b636e85a85')
[ "$CARCH" = 'i686' ] && sha1sums=('18b2ec72a270195cd5c984f2dd4da3d3e01a5a95')
sha1sums=('54769805a14accc6f2eb40a26fb6f984d817052a')
[ "$CARCH" = 'i686' ] && sha1sums=('5924eb7caa3ddb2585d0a8308e69cbe922b18db6')
prepare() {
cd "$srcdir"