summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2019-06-26 17:16:03 +0200
committerSimon Reiser2019-06-26 17:16:03 +0200
commitf885cbdc5d77e34c8dec8c504c66b778013550c6 (patch)
treed0e8d73372c7e807b63bd7bd4a3dad6f97cbbef9
parent6988bafb4ce8071b3512205c852be0c0a1de4495 (diff)
downloadaur-f885cbdc5d77e34c8dec8c504c66b778013550c6.tar.gz
v4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2690803d6f0b..823e715011dc 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 = 3.1.0
+ pkgver = 4.0.0
pkgrel = 1
url = http://wiki.qemu.org/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = qemu-user-static
makedepends = python2
makedepends = glib2-static
makedepends = pcre-static
- source = https://download.qemu.org/qemu-3.1.0.tar.xz
- source = https://download.qemu.org/qemu-3.1.0.tar.xz.sig
+ source = https://download.qemu.org/qemu-4.0.0.tar.xz
+ source = https://download.qemu.org/qemu-4.0.0.tar.xz.sig
validpgpkeys = CEACC9E15534EBABB82D3FA03353C9CEF108B584
- sha512sums = 7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe
+ sha512sums = 952e94194ce9e64c15388c59035cb31fb9f761d30095c2fb9441012b609c18c9976285727b93bf37b95e15675802d73f8e1c4619ebecd23606675bb503646b13
sha512sums = SKIP
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 8be0933bc8de..0d10ceadb65c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qemu-user-static
pkgdesc="Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt."
-pkgver=3.1.0
+pkgver=4.0.0
pkgrel=1
arch=(x86_64)
license=(GPL2 LGPL2.1)
@@ -10,8 +10,10 @@ url="http://wiki.qemu.org/"
depends=()
makedepends=(python2 glib2-static pcre-static)
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig})
-sha512sums=('7e8dae823937cfac2f0c60406bd3bdcb89df40313dab2a4bed327d5198f7fcc68ac8b31e44692caa09299cc71256ee0b8c17e4f49f78ada8043d424f5daf82fe'
- 'SKIP')
+sha512sums=(
+ '952e94194ce9e64c15388c59035cb31fb9f761d30095c2fb9441012b609c18c9976285727b93bf37b95e15675802d73f8e1c4619ebecd23606675bb503646b13'
+ 'SKIP'
+)
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
case $CARCH in