Skip to content

Commit cc93050

Browse files
committed
Merge pull request msys2#1368 from achadwick/gtk3-git-need-gtk-doc
gtk3-git: need gtk-doc in makedepends
2 parents 4ede3f4 + 7964819 commit cc93050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-gtk3-git/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgbase=mingw-w64-${_realname}-git
66
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
77
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
88
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
9-
pkgver=3.19.5.365.g10cc354
9+
pkgver=3.21.1.29.g71c1e86
1010
pkgrel=1
1111
pkgdesc="GObject-based multi-platform GUI toolkit (v3) (git) (mingw-w64)"
1212
arch=('any')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
1818
"${MINGW_PACKAGE_PREFIX}-python2"
1919
"${MINGW_PACKAGE_PREFIX}-gobject-introspection")
2020
# python2 is required to run gdbus-codegen
21-
makedepends+=("autoconf" "automake" "libtool")
21+
makedepends+=("autoconf" "automake" "libtool" "gtk-doc" "git")
2222
# autotools are required because several Makefile.am are modified
2323
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
2424
"${MINGW_PACKAGE_PREFIX}-adwaita-icon-theme"

0 commit comments

Comments
 (0)