summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTioDuke2015-06-30 22:59:33 -0400
committerTioDuke2015-06-30 22:59:33 -0400
commit5665d26abfad160df2c9edf2e520a4dc4d175ba4 (patch)
tree9438db25ba8ab30d2f318bdb2a8f82a1c70b64ec /PKGBUILD
parentbabecc53bcc3dc39657c475df02fe36b97fec5ca (diff)
downloadaur-5665d26abfad160df2c9edf2e520a4dc4d175ba4.tar.gz
Update URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b93f54faea9..0723cde71273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgver=2.3
-pkgrel=2
+pkgrel=3
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-6a_${_arch}.deb
source=(http://ftp.debian.org/debian/pool/main/q/qemu/${_debsrc})
-sha1sums=('f3f95c3b98945de1e717e32207e9af06a0458487')
-[ "$CARCH" = 'i686' ] && sha1sums=('2eeeec7eab5fd5f9950c67185168bd02204ca4ba')
+sha1sums=('aab940002044c9543a8aaf4502622b03fd06e153')
+[ "$CARCH" = 'i686' ] && sha1sums=('51eaaca22d6ccf969623453190cffa62c79de480')
prepare() {
cd "$srcdir"
@@ -85,7 +85,9 @@ magic
$magic
$mask
/usr/bin/qemu-$fmt-static
+
yes
+
EOF
done
}