Skip to content

Commit 9cacd10

Browse files
authored
Merge pull request #6 from biglinux/stable-2024-12-19_10-20
fix: Add conflicts
2 parents e96570e + c5a5734 commit 9cacd10

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" 'podman' 'podman-compose' 'podman-desktop-bin' 'podman-dnsname')
12+
conflicts=("$pkgname-git" 'podman' 'podman-compose' 'podman-desktop-bin' 'podman-dnsname' 'comm-docker-config')
1313
backup=('etc/default/docker')
1414
options=('!strip' '!docs')
1515
source=("git+${url}.git")

0 commit comments

Comments
 (0)