summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas P2021-03-18 00:11:08 +0200
committerLeonidas P2021-03-18 00:11:08 +0200
commitb8ec0ba513681e1d98388b35e7df87ccec9e40dc (patch)
tree1dc140266ae57f57010a573e68112d657a7edaab /PKGBUILD
parent2bc09e1e9600f7b9eb0262001a433d6ec954970c (diff)
downloadaur-b8ec0ba513681e1d98388b35e7df87ccec9e40dc.tar.gz
fix provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e7b42d6d451..67118837f2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
_pkgname=qemu-user-static
pkgname=$_pkgname-bin
pkgver=5.2
-pkgrel=4
+pkgrel=5
pkgdesc='A generic and open source machine emulator, statically linked'
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url="http://wiki.qemu.org"
license=('GPL2' 'LGPL2.1')
depends=('binfmt-qemu-static')
-provides=("qemu-user")
-conflicts=("qemu-user")
+provides=("qemu-user" "$_pkgname")
+conflicts=("qemu-user" "$_pkgname")
_pkgadditver="+dfsg-8"
source_i686=("https://deb.debian.org/debian/pool/main/q/qemu/${_pkgname}_${pkgver}${_pkgadditver}_i386.deb")