summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas P2021-03-18 00:11:08 +0200
committerLeonidas P2021-03-18 00:11:08 +0200
commitb8ec0ba513681e1d98388b35e7df87ccec9e40dc (patch)
tree1dc140266ae57f57010a573e68112d657a7edaab
parent2bc09e1e9600f7b9eb0262001a433d6ec954970c (diff)
downloadaur-b8ec0ba513681e1d98388b35e7df87ccec9e40dc.tar.gz
fix provides array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49e90b349f42..29a3806f86a1 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 = 5.2
- pkgrel = 4
+ pkgrel = 5
url = http://wiki.qemu.org
arch = x86_64
arch = i686
@@ -12,7 +12,9 @@ pkgbase = qemu-user-static-bin
license = LGPL2.1
depends = binfmt-qemu-static
provides = qemu-user
+ provides = qemu-user-static
conflicts = qemu-user
+ conflicts = qemu-user-static
source_x86_64 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-9_amd64.deb
sha256sums_x86_64 = a3b74bc11b3ae2d9be96e9a013cbd3546ca9aa9c4ed9e95ab2d9945d32e7c2c4
source_i686 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_5.2+dfsg-8_i386.deb
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")