summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShohei Maruyama2023-08-06 14:27:41 +0900
committerShohei Maruyama2023-08-06 14:27:41 +0900
commit99f1776edb0ceb5d94563ac370dae0f7c3f8b6f8 (patch)
tree90218f35ec63d54f24e9d82ee8df13cc05fede64 /PKGBUILD
parent8794c09e36434fc90f04cec518b4dc0e0cd737cb (diff)
downloadaur-webvirtcloud-git.tar.gz
PKGBUILD: Fix wrong 'conflicts' and 'provides'
Fix the changes which merged at f09ad05 again. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e72da36e02a6..ca1cc241630e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname="webvirtcloud"
pkgname=("${_gitname}-git")
pkgver=20230711.1220.82de7f4
-pkgrel=4
+pkgrel=5
pkgdesc="WebVirtCloud is virtualization web interface for admins and users"
arch=("x86_64")
url="https://github.com/retspen/webvirtcloud"
@@ -33,8 +33,8 @@ depends=(
"python-markdown"
)
makedepends=("git")
-provides=("webvirtcloud" "webvirtcloud-git")
-conflicts=("webvirtcloud" "webvirtcloud-git" "webvirtmgr" "webvirtmgr-git")
+provides=("webvirtcloud")
+conflicts=("webvirtcloud" "webvirtmgr" "webvirtmgr-git")
options=("!strip" "!emptydirs")
install="${pkgname}.install"
source=("${_gitname}::git+https://github.com/retspen/webvirtcloud.git"