summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas P2022-05-03 22:40:25 +0300
committerLeonidas P2022-05-03 22:40:25 +0300
commit6e7d45d5e8feecca380b7c66dda8a16b1b7a917a (patch)
treefef041e872f30279f92bb716f8f1e63985ee007a
parentdb1c60a184be8e0f2f73ae7899297a64b5e3e41f (diff)
downloadaur-6e7d45d5e8feecca380b7c66dda8a16b1b7a917a.tar.gz
Fix _pkgadditver
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2fba265325..21dc9ceb5cc3 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 = 7.0
- pkgrel = 2
+ pkgrel = 3
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_7.0+dfsg-2_amd64.deb
+ source_x86_64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2+b1_amd64.deb
sha256sums_x86_64 = a2780b7143eeab5e3553e9d1320bf85ed55b2c6def4f8d57d509d6f49d4d22d6
- source_i686 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2_i386.deb
+ source_i686 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2+b1_i386.deb
sha256sums_i686 = 4e0da5ca8044b4e32ddc70ba63bdb11a1e5e79998d44784b85822426c975d661
- source_aarch64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2_arm64.deb
+ source_aarch64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2+b1_arm64.deb
sha256sums_aarch64 = 911209ad0563c41676fa11baf01d599ccbc52e87f6c64b10a0d9d07a86dd0c45
- source_armv7h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2_armhf.deb
+ source_armv7h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2+b1_armhf.deb
sha256sums_armv7h = 324a2872a24434eafc29ba96d2dbb974bb878e68ee1e256219f0c7690d1ed9b1
- source_armv6h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2_armel.deb
+ source_armv6h = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_7.0+dfsg-2+b1_armel.deb
sha256sums_armv6h = db18436d1c0879bd5d4f58e5d96f871ba1dbff1df3cc63088a65447e012c5314
pkgname = qemu-user-static-bin
diff --git a/PKGBUILD b/PKGBUILD
index 61502c7e97e1..38070d95edfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-
# Maintainer: Leonidas P. <jpegxguy at outlook dot com>
# Maintainer: Jerry <isjerryxiao at outlook dot com>
# Contributor: Anes Belfodil <ans.belfodil at gmail dot com>
@@ -7,10 +6,10 @@
_pkgname=qemu-user-static
_pkgver="7.0"
-_pkgadditver="+dfsg-2"
+_pkgadditver="+dfsg-2+b1"
pkgname=${_pkgname}-bin
pkgver=${_pkgver//\~}
-pkgrel=2
+pkgrel=3
pkgdesc='A generic and open source machine emulator, statically linked'
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url="http://wiki.qemu.org"