summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-27 12:22:44 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-27 12:22:44 +0100
commitee88e70ccb9f2b95c75195f0492a32a83f75ab45 (patch)
tree556ff16672b2017ee58f249e63a7030cf007e8ce /pcr
parenteba97f5a9cc3b711c055d71e9440b6b9c7f7e6b1 (diff)
downloadabslibre-ee88e70ccb9f2b95c75195f0492a32a83f75ab45.tar.gz
abslibre-ee88e70ccb9f2b95c75195f0492a32a83f75ab45.tar.bz2
abslibre-ee88e70ccb9f2b95c75195f0492a32a83f75ab45.zip
pcr/qemu-user-static-riscv-git: updated to 2.11.50.r59248.170a9d412c
Diffstat (limited to 'pcr')
-rw-r--r--pcr/qemu-user-static-riscv-git/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/qemu-user-static-riscv-git/PKGBUILD b/pcr/qemu-user-static-riscv-git/PKGBUILD
index 6b3c85804..247019645 100644
--- a/pcr/qemu-user-static-riscv-git/PKGBUILD
+++ b/pcr/qemu-user-static-riscv-git/PKGBUILD
@@ -12,13 +12,13 @@ _pkgbase=qemu
_gitname=riscv-qemu
pkgname=(qemu-user-static-riscv-git qemu-user-static-binfmt-riscv-git)
pkgdesc="A generic and open source machine emulator and virtualizer. Git version with riscv support."
-pkgver=2.11.50.r57991.713f2c1164
+pkgver=2.11.50.r59248.170a9d412c
pkgrel=1
arch=(x86_64)
license=(GPL2 LGPL2.1)
url="https://github.com/riscv/riscv-qemu"
makedepends=(git pixman-static glib2-static pcre-static python2)
-source=(git+https://github.com/riscv/riscv-qemu.git
+source=("git+https://github.com/riscv/riscv-qemu.git#tag=riscv-qemu-upstream-v7"
0001-linux-user-Use-if-to-only-call-validate_guest_space-.patch
0002-linux-user-Rename-validate_guest_space-init_guest_co.patch
0003-linux-user-init_guest_space-Clean-up-if-we-can-t-ini.patch
@@ -62,9 +62,6 @@ prepare() {
cd "${srcdir}/${_gitname}"
sed -i 's/vte-2\.90/vte-2.91/g' configure
- # update git submodules
- scripts/git-submodule.sh update ui/keycodemapdb dtc capstone
-
# https://bugs.launchpad.net/qemu/+bug/1740219
# https://lists.nongnu.org/archive/html/qemu-devel/2017-12/msg05237.html
local patchfile
@@ -73,6 +70,9 @@ prepare() {
done
patch -p1 < ../allow_elf64.patch
+
+ # update git submodules
+ scripts/git-submodule.sh update ui/keycodemapdb dtc
}
build() {