Skip to content

Commit 0263dda

Browse files
committed
Add conflicts in PKBUILD
1 parent b17e133 commit 0263dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgbuild/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url="https://github.com/biglinux/$pkgname"
99
license=('GPL3')
1010
depends=('coreutils' 'docker' 'docker-compose')
1111
provides=("$pkgname")
12-
conflicts=("$pkgname-git")
12+
conflicts=("$pkgname-git" 'podman' 'podman-compose' 'podman-desktop-bin' 'podman-dnsname')
1313
backup=('etc/default/docker')
1414
options=('!strip' '!docs')
1515
source=("git+${url}.git")

0 commit comments

Comments
 (0)