Skip to content

Commit 632cbc3

Browse files
committed
gegl/babl/gimp: drop mingw64
gegl/babl started using ucrt only APIs for 64bit
1 parent 043bdc3 commit 632cbc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mingw-w64-babl/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkgver=0.1.116
77
pkgrel=1
88
pkgdesc="Dynamic Pixel Format Translation Library (mingw-w64)"
99
arch=('any')
10-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
10+
mingw_arch=('mingw32' 'ucrt64' 'clang64' 'clangarm64')
1111
url="https://gegl.org/babl/"
1212
msys2_repository_url="https://gitlab.gnome.org/GNOME/babl"
1313
license=("spdx:LGPL-3.0-or-later")

mingw-w64-gegl/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgver=0.4.66
99
pkgrel=1
1010
pkgdesc="Generic Graphics Library (mingw-w64)"
1111
arch=('any')
12-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
12+
mingw_arch=('mingw32' 'ucrt64' 'clang64' 'clangarm64')
1313
url="https://gegl.org/"
1414
msys2_repository_url="https://gitlab.gnome.org/GNOME/gegl"
1515
msys2_references=(

mingw-w64-gimp/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pkgver=${_pkgver}
88
pkgrel=2
99
pkgdesc="GNU Image Manipulation Program (mingw-w64)"
1010
arch=('any')
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
11+
mingw_arch=('mingw32' 'ucrt64' 'clang64' 'clangarm64')
1212
url="https://www.gimp.org/downloads/devel/"
1313
msys2_repository_url="https://gitlab.gnome.org/GNOME/gimp"
1414
msys2_references=(

0 commit comments

Comments
 (0)