summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2022-05-10 14:39:21 +0800
committerQiu Wenbo2022-05-10 14:41:36 +0800
commite4fcbc7d60378e59bc28107c565c873aca95154f (patch)
tree4ad3a7f5a824856d9bc70170dd9cddc746f5f51b
parentb274e6c336ae7de866ca12675091c350bf8e1a3a (diff)
downloadaur-e4fcbc7d60378e59bc28107c565c873aca95154f.tar.gz
bump version to 7.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c2fb4b13ae2..c146f6370389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qemu-user-static
pkgdesc = Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt.
- pkgver = 6.2.0
+ pkgver = 7.0.0
pkgrel = 1
url = http://wiki.qemu.org/
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = qemu-user-static
makedepends = meson
makedepends = glib2-static
makedepends = pcre-static
- source = https://download.qemu.org/qemu-6.2.0.tar.xz
- source = https://download.qemu.org/qemu-6.2.0.tar.xz.sig
+ source = https://download.qemu.org/qemu-7.0.0.tar.xz
+ source = https://download.qemu.org/qemu-7.0.0.tar.xz.sig
validpgpkeys = CEACC9E15534EBABB82D3FA03353C9CEF108B584
- sha512sums = e9f8231c9e1cfcc41cb47f10a55d63f6b8aee307af00cf6acf64acb7aa4f49fa7e9d6330703a2abea15d8b7bbaba7d3cb08c83edd98d82642367b527df730817
+ sha512sums = 44ecd10c018a3763e1bc87d1d35b98890d0d5636acd69fe9b5cadf5024d5af6a31684d60cbe1c3370e02986434c1fb0ad99224e0e6f6fe7eda169992508157b1
sha512sums = SKIP
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index f0ab593cf7ae..72ed073a1290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qemu-user-static
pkgdesc="Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt."
-pkgver=6.2.0
+pkgver=7.0.0
pkgrel=1
arch=(x86_64 aarch64)
license=(GPL2 LGPL2.1)
@@ -11,7 +11,7 @@ url="http://wiki.qemu.org/"
depends=()
makedepends=(python meson glib2-static pcre-static)
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig})
-sha512sums=('e9f8231c9e1cfcc41cb47f10a55d63f6b8aee307af00cf6acf64acb7aa4f49fa7e9d6330703a2abea15d8b7bbaba7d3cb08c83edd98d82642367b527df730817'
+sha512sums=('44ecd10c018a3763e1bc87d1d35b98890d0d5636acd69fe9b5cadf5024d5af6a31684d60cbe1c3370e02986434c1fb0ad99224e0e6f6fe7eda169992508157b1'
'SKIP')
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
@@ -53,7 +53,6 @@ _configure() {
--disable-vnc \
--disable-kvm \
--disable-libssh \
- --disable-libxml2 \
--disable-vde \
--disable-sdl \
--disable-opengl \