Date: Tuesday, January 19, 2021 @ 22:30:51 Author: heftig Revision: 406440
1.33.2-1 Modified: gtk-doc/trunk/PKGBUILD gtk-doc/trunk/fix.diff ----------+ PKGBUILD | 8 ++++---- fix.diff | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-19 22:24:36 UTC (rev 406439) +++ PKGBUILD 2021-01-19 22:30:51 UTC (rev 406440) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gtk-doc -pkgver=1.33.1 +pkgver=1.33.2 pkgrel=1 pkgdesc="Documentation tool for public library API" url="https://www.gtk.org/gtk-doc/" @@ -13,11 +13,11 @@ makedepends=(dblatex git yelp-tools meson) checkdepends=(bc gtk3 python-six python-parameterized) optdepends=('dblatex: PDF support') -_commit=fbc159c5d1c53d6e957dde9e27e8d4df40be67d3 # tags/1.33.1^0 +_commit=14391142ee9d43da116f0f530746ae34cc46930a # tags/1.33.2^0 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit" - fix.diff) + fix.diff) sha256sums=('SKIP' - '0391f47af6bd11bdc870ba826836612c68f538a12bc12fe0b4f34e6c11482baf') + '120d6d92fe2040b3500fee17a9c52e3f427cec70637d7aa71dbd561226103237') pkgver() { cd $pkgname Modified: fix.diff =================================================================== --- fix.diff 2021-01-19 22:24:36 UTC (rev 406439) +++ fix.diff 2021-01-19 22:30:51 UTC (rev 406440) @@ -14,10 +14,10 @@ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css: css.write(HTML_FORMATTER.get_style_defs()) diff --git i/gtkdoc/scan.py w/gtkdoc/scan.py -index d04d4d4..2103d02 100644 +index 4b5b8a9..7963840 100644 --- i/gtkdoc/scan.py +++ w/gtkdoc/scan.py -@@ -961,8 +961,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, options): +@@ -978,8 +978,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, options): logging.info('struct/union level : %d', level) # here we want in_declaration=='', otherwise we have a partial declaration
