Skip to content

Commit

Permalink
gimp3: add provides and conflicts fields
Browse files Browse the repository at this point in the history
gimp3 actually has some files that conflict with gimp package (at first gimp.exe)
  • Loading branch information
ognevny authored and lazka committed Nov 23, 2024
1 parent b4801c1 commit 1b44dad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mingw-w64-gimp3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _pkgver=3.0.0
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=${_pkgver}${_pkgversuffix}
pkgrel=2
pkgrel=3
pkgdesc="GNU Image Manipulation Program (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -17,6 +17,8 @@ msys2_references=(
"cpe: cpe:/a:gimp:gimp"
)
license=('spdx:GPL-3.0-or-later AND LGPL-3.0-or-later')
provides=("${MINGW_PACKAGE_PREFIX}-gimp")
conflicts=("${MINGW_PACKAGE_PREFIX}-gimp")
depends=("${MINGW_PACKAGE_PREFIX}-aalib"
"${MINGW_PACKAGE_PREFIX}-appstream-glib"
"${MINGW_PACKAGE_PREFIX}-atk"
Expand Down

0 comments on commit 1b44dad

Please sign in to comment.