From 2d98eb37a385780bd25d0f3d249e17fe47eb03f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 27 Jan 2021 09:36:39 -0500 Subject: [PATCH] python3-pybind11: update to 2.6.2. --- srcpkgs/python3-pybind11/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index 1aa374b6b4e..6dcafe28636 100644 --- a/srcpkgs/python3-pybind11/template +++ b/srcpkgs/python3-pybind11/template @@ -1,6 +1,6 @@ # Template file for 'python3-pybind11' pkgname=python3-pybind11 -version=2.6.1 +version=2.6.2 revision=1 wrksrc="pybind11-${version}" build_style=python3-module @@ -13,13 +13,16 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/pybind/pybind11" distfiles="https://github.com/pybind/pybind11/archive/v${version}.tar.gz" -checksum=cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a +checksum=8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2 -post_build() { +post_patch() { # These dependencies are not packaged and don't affect the man page vsed -e '/sphinxcontrib.rsvgconverter/d' \ -e '/sphinxcontrib.moderncmakedomain/d' -i docs/conf.py +} + +post_build() { # Build the man page make $makejobs -C docs man }