summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2023-08-06 02:23:45 +0900
committerShohei Maruyama2023-08-06 02:23:45 +0900
commitf09ad05fdfceaf7fc359a9ba977011cb7709dcd0 (patch)
tree2db74ebb0337ef916892aaad6b31a0b07cfa2ad9
parent096b9a3dd45577702ef7415b5a0dff976b1c76ed (diff)
downloadaur-f09ad05fdfceaf7fc359a9ba977011cb7709dcd0.tar.gz
PKGBUILD: Remove the package's own name from 'conflicts'
The package's own name in 'conflicts' is weird. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 775ca60b2fc7..9774fbe96852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webvirtcloud-git
pkgdesc = WebVirtCloud is virtualization web interface for admins and users
pkgver = 20230711.1220.82de7f4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/retspen/webvirtcloud
install = webvirtcloud-git.install
arch = x86_64
@@ -29,8 +29,6 @@ pkgbase = webvirtcloud-git
depends = python-markdown
provides = webvirtcloud
provides = webvirtcloud-git
- conflicts = webvirtcloud
- conflicts = webvirtcloud-git
conflicts = webvirtmgr
conflicts = webvirtmgr-git
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index ad9660a1840f..3dd327db8586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname="webvirtcloud"
pkgname=("${_gitname}-git")
pkgver=20230711.1220.82de7f4
-pkgrel=1
+pkgrel=2
pkgdesc="WebVirtCloud is virtualization web interface for admins and users"
arch=("x86_64")
url="https://github.com/retspen/webvirtcloud"
@@ -34,7 +34,7 @@ depends=(
)
makedepends=("git")
provides=("webvirtcloud" "webvirtcloud-git")
-conflicts=("webvirtcloud" "webvirtcloud-git" "webvirtmgr" "webvirtmgr-git")
+conflicts=("webvirtmgr" "webvirtmgr-git")
options=("!strip" "!emptydirs")
install="${pkgname}.install"
source=("${_gitname}::git+https://github.com/retspen/webvirtcloud.git"