[arch-commits] Commit in pybind11/trunk (PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Fri Feb 4 18:37:53 UTC 2022


    Date: Friday, February 4, 2022 @ 18:37:53
  Author: dbermond
Revision: 1125813

upgpkg: pybind11 2.9.1-1

Modified:
  pybind11/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 18:30:06 UTC (rev 1125812)
+++ PKGBUILD	2022-02-04 18:37:53 UTC (rev 1125813)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
 
 pkgname=pybind11
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
 arch=('any')
@@ -14,7 +14,7 @@
              #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
 checkdepends=('python-numpy' 'python-scipy')
 source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('057fb68dafd972bc13afb855f3b0d8cf0fa1a78ef053e815d9af79be7ff567cb')
+sha256sums=('c6160321dc98e6e1184cc791fbeadd2907bb4a0ce0e447f2ea4ff8ab56550913')
 
 build () {
     cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list