summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/qemu-riscv-git/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/qemu-riscv-git/PKGBUILD b/pcr/qemu-riscv-git/PKGBUILD
index 5a4e352ec..5f528038c 100644
--- a/pcr/qemu-riscv-git/PKGBUILD
+++ b/pcr/qemu-riscv-git/PKGBUILD
@@ -13,7 +13,7 @@ pkgbase=qemu-riscv-git
_gitname=riscv-qemu
pkgname=(qemu-riscv-git qemu-riscv-headless-git qemu-riscv-arch-extra-git qemu-riscv-headless-arch-extra-git qemu-riscv-block-{iscsi-git,rbd-git,gluster-git} qemu-riscv-guest-agent-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)
@@ -21,7 +21,7 @@ url="https://github.com/riscv/riscv-qemu"
_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
depends=(dtc virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
makedepends=(spice-protocol python2 ceph libiscsi glusterfs git)
-source=(git+https://github.com/riscv/riscv-qemu.git
+source=(git+https://github.com/riscv/riscv-qemu.git#tag=riscv-qemu-upstream-v7
qemu-ga.service
65-kvm.rules)
sha256sums=('SKIP'
@@ -48,7 +48,7 @@ prepare() {
sed -i 's/vte-2\.90/vte-2.91/g' configure
# update git submodules
- scripts/git-submodule.sh update ui/keycodemapdb capstone
+ scripts/git-submodule.sh update ui/keycodemapdb
}
build() {