summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas P2022-05-03 22:40:25 +0300
committerLeonidas P2022-05-03 22:40:25 +0300
commit6e7d45d5e8feecca380b7c66dda8a16b1b7a917a (patch)
treefef041e872f30279f92bb716f8f1e63985ee007a /PKGBUILD
parentdb1c60a184be8e0f2f73ae7899297a64b5e3e41f (diff)
downloadaur-6e7d45d5e8feecca380b7c66dda8a16b1b7a917a.tar.gz
Fix _pkgadditver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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"