diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-27 12:22:55 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-27 12:22:55 +0100 |
commit | c66b9b671c32cd49651a07bf78bdf915871379a1 (patch) | |
tree | 4bef9482dfdb4ca0218b34b612d58f165b716193 /pcr | |
parent | ee88e70ccb9f2b95c75195f0492a32a83f75ab45 (diff) | |
download | abslibre-c66b9b671c32cd49651a07bf78bdf915871379a1.tar.gz abslibre-c66b9b671c32cd49651a07bf78bdf915871379a1.tar.bz2 abslibre-c66b9b671c32cd49651a07bf78bdf915871379a1.zip |
pcr/qemu-riscv-git: updated to 2.11.50.r59248.170a9d412c
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/qemu-riscv-git/PKGBUILD | 6 |
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() { |