summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas P2022-04-21 15:12:02 +0300
committerLeonidas P2022-04-21 15:12:02 +0300
commit369b19c0dcd5dfed693b07a907b6a76a8c0cfb4b (patch)
treeb05d449c70931cc7dc49e8978bb78bf0ad16ab62
parente128310515ccee37d562bf56ec0404c9e4031b8b (diff)
downloadaur-369b19c0dcd5dfed693b07a907b6a76a8c0cfb4b.tar.gz
Updated to 7.0rc4, handle tilde
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD27
2 files changed, 26 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26f884ea641d..027920d87a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qemu-user-static-bin
pkgdesc = A generic and open source machine emulator, statically linked
- pkgver = 6.2
- pkgrel = 3
+ pkgver = 7.0rc4
+ pkgrel = 1
url = http://wiki.qemu.org
arch = x86_64
arch = i686
@@ -17,15 +17,15 @@ pkgbase = qemu-user-static-bin
conflicts = qemu-user
conflicts = qemu-user-static
conflicts = qemu-arm-static
- source_x86_64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_6.2+dfsg-2_amd64.deb
- sha256sums_x86_64 = 0d3e749254fd218bad387552fb74bb11786fe288058472163aa418b9bfae08d9
- source_i686 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_6.2+dfsg-2_i386.deb
- sha256sums_i686 = df8c626ff4e5a1b2aaa61d640da42ccd13c6e98731905dd805668e0dcd7dc51c
- source_aarch64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_6.2+dfsg-2_arm64.deb
- sha256sums_aarch64 = 5786662519616d5baa4e0727c4984bc83e0014a2fd33d172e21958c218fc8f13
- source_armv7h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_6.2+dfsg-2_armhf.deb
- sha256sums_armv7h = 00f5e49f7c72abfb875efebed767fa564e8ca34830016e77f27a137bc0901efe
- source_armv6h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_6.2+dfsg-2_armel.deb
- sha256sums_armv6h = ed5726e304be487608ba144246b07c30ffd8d78cac1bf3abbc35691fd4ea2378
+ source_x86_64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0~rc4+dfsg-1_amd64.deb
+ sha256sums_x86_64 = 3ab434ec35432862333462410b257319eb2391b23ea01d7ac94d8bd04758a65f
+ source_i686 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0~rc4+dfsg-1_i386.deb
+ sha256sums_i686 = 83a1cd9609d879e740f2387ddb31c44b1e77d966bd8eb6b4df38e76db8e7b77b
+ source_aarch64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0~rc4+dfsg-1_arm64.deb
+ sha256sums_aarch64 = 92141e99dd8456c9f15de5b4b8722f89df620d3d4f737185fb4c69f699ca3632
+ source_armv7h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0~rc4+dfsg-1_armhf.deb
+ sha256sums_armv7h = 2a39627f9ba5ba93600621f5d5931888631f0cdaf74f88b18096553da96e6855
+ source_armv6h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0~rc4+dfsg-1_armel.deb
+ sha256sums_armv6h = a1b3767b73fe5dd1edfa843afce4835367793219475eccbef7bfd5e9f4155fa4
pkgname = qemu-user-static-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc38ab36b47f..549a46a0de73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,11 @@
# Contributor: David Herrmann <dh.herrmann at gmail dot com>
_pkgname=qemu-user-static
+_pkgver="7.0~rc4"
+_pkgadditver="+dfsg-1"
pkgname=${_pkgname}-bin
-pkgver=6.2
-pkgrel=3
+pkgver=${_pkgver//\~}
+pkgrel=1
pkgdesc='A generic and open source machine emulator, statically linked'
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url="http://wiki.qemu.org"
@@ -17,18 +19,17 @@ depends=('binfmt-qemu-static')
provides=("qemu-user" "${_pkgname}" "qemu-arm-static")
conflicts=("qemu-user" "${_pkgname}" "qemu-arm-static")
-_pkgadditver="+dfsg-2"
-source_x86_64=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${pkgver}${_pkgadditver}_amd64.deb")
-source_i686=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${pkgver}${_pkgadditver}_i386.deb")
-source_aarch64=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${pkgver}${_pkgadditver}_arm64.deb")
-source_armv7h=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${pkgver}${_pkgadditver}_armhf.deb")
-source_armv6h=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${pkgver}${_pkgadditver}_armel.deb")
+source_x86_64=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${_pkgver}${_pkgadditver}_amd64.deb")
+source_i686=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${_pkgver}${_pkgadditver}_i386.deb")
+source_aarch64=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${_pkgver}${_pkgadditver}_arm64.deb")
+source_armv7h=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${_pkgver}${_pkgadditver}_armhf.deb")
+source_armv6h=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${_pkgver}${_pkgadditver}_armel.deb")
-sha256sums_x86_64=("0d3e749254fd218bad387552fb74bb11786fe288058472163aa418b9bfae08d9")
-sha256sums_i686=("df8c626ff4e5a1b2aaa61d640da42ccd13c6e98731905dd805668e0dcd7dc51c")
-sha256sums_aarch64=("5786662519616d5baa4e0727c4984bc83e0014a2fd33d172e21958c218fc8f13")
-sha256sums_armv7h=("00f5e49f7c72abfb875efebed767fa564e8ca34830016e77f27a137bc0901efe")
-sha256sums_armv6h=("ed5726e304be487608ba144246b07c30ffd8d78cac1bf3abbc35691fd4ea2378")
+sha256sums_x86_64=("3ab434ec35432862333462410b257319eb2391b23ea01d7ac94d8bd04758a65f")
+sha256sums_i686=("83a1cd9609d879e740f2387ddb31c44b1e77d966bd8eb6b4df38e76db8e7b77b")
+sha256sums_aarch64=("92141e99dd8456c9f15de5b4b8722f89df620d3d4f737185fb4c69f699ca3632")
+sha256sums_armv7h=("2a39627f9ba5ba93600621f5d5931888631f0cdaf74f88b18096553da96e6855")
+sha256sums_armv6h=("a1b3767b73fe5dd1edfa843afce4835367793219475eccbef7bfd5e9f4155fa4")
package() {
tar -C "${pkgdir}" -xf "${srcdir}/data.tar.xz" --exclude=./usr/share/man/man1/qemu-debootstrap.1.gz ./usr/bin ./usr/share/man