summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"