summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Maffione2023-05-09 22:32:20 +0200
committerVincenzo Maffione2023-05-09 22:32:20 +0200
commitd2f539c1ea8363a505c91960796e70c01f662378 (patch)
tree87425d62af184afd8f138b0aa4afb0d86929d8bd
parentd37f3fc98138188a7894cb86f8cf35dc14cd5fca (diff)
downloadaur-qrun-git.tar.gz
address @dreieck comments
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e833eca898bf..6ff9eb1d2f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qrun-git
pkgdesc = A command line tool to run QEMU in the most common configurations
- pkgver = r57.3a62205
+ pkgver = r58.b4de532
pkgrel = 1
arch = any
license = GPL
@@ -9,8 +9,10 @@ pkgbase = qrun-git
depends = qemu
depends = bridge-utils
depends = iproute2
+ provides = qrun
+ conflicts = qrun
+ conflicts = torque
source = git+https://github.com/vmaffione/qrun
md5sums = SKIP
pkgname = qrun-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 661bb0e6feab..f87542b3c259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Vincenzo Maffione <v.maffione@gmail.com>
pkgname=qrun-git
-pkgver=r57.3a62205
+pkgver=r58.b4de532
pkgrel=1
pkgdesc="A command line tool to run QEMU in the most common configurations"
arch=('any')
@@ -12,6 +12,8 @@ depends=('python' 'qemu' 'bridge-utils' 'iproute2')
makedepends=('git')
source=('git+https://github.com/vmaffione/qrun')
md5sums=('SKIP')
+provides=('qrun')
+conflicts=('qrun' 'torque')
pkgver() {
cd "$srcdir/${pkgname%-git}"