summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2015-06-30 22:59:33 -0400
committerTioDuke2015-06-30 22:59:33 -0400
commit5665d26abfad160df2c9edf2e520a4dc4d175ba4 (patch)
tree9438db25ba8ab30d2f318bdb2a8f82a1c70b64ec
parentbabecc53bcc3dc39657c475df02fe36b97fec5ca (diff)
downloadaur-5665d26abfad160df2c9edf2e520a4dc4d175ba4.tar.gz
Update URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96bf07d6ce1..c40d9cb40b1b 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 = 2
+ pkgrel = 3
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-5_i386.deb
- sha1sums = f3f95c3b98945de1e717e32207e9af06a0458487
+ source = http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.3+dfsg-6a_i386.deb
+ sha1sums = aab940002044c9543a8aaf4502622b03fd06e153
pkgname = qemu-user-static
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
}