summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas P2022-01-15 02:58:03 +0200
committerLeonidas P2022-01-15 02:58:03 +0200
commit8ac51050d4d098caa8a4dfb120d27f61a57a7074 (patch)
tree5ef29794a793e4f3dfca78b29eaade598c263672
parent972142c7366d1720395d71d8d4f1f895df262b2a (diff)
downloadaur-8ac51050d4d098caa8a4dfb120d27f61a57a7074.tar.gz
Provide qemu-arm-static
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9ed7e5620e0..90b6ce002f0c 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 = 1
+ pkgrel = 2
url = http://wiki.qemu.org
arch = x86_64
arch = i686
@@ -13,8 +13,10 @@ pkgbase = qemu-user-static-bin
depends = binfmt-qemu-static
provides = qemu-user
provides = qemu-user-static
+ provides = qemu-arm-static
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-1_amd64.deb
sha256sums_x86_64 = 95590198a480ec48fa3780803a6622889fd298c6ccdd435f92051936ba2d358c
source_i686 = https://deb.debian.org/debian/pool/main/q/qemu/qemu-user-static_6.2+dfsg-1_i386.deb
diff --git a/PKGBUILD b/PKGBUILD
index bc80799c7f07..b37cdd2194ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+
# 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,14 +8,14 @@
_pkgname=qemu-user-static
pkgname=${_pkgname}-bin
pkgver=6.2
-pkgrel=1
+pkgrel=2
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" "${_pkgname}")
-conflicts=("qemu-user" "${_pkgname}")
+provides=("qemu-user" "${_pkgname}" "qemu-arm-static")
+conflicts=("qemu-user" "${_pkgname}" "qemu-arm-static")
_pkgadditver="+dfsg-1"
# case "${CARCH}" in