Date: Tuesday, November 1, 2022 @ 20:03:54
  Author: sangy
Revision: 1340298

upgpkg: pybind11 2.10.1-1

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-01 19:58:05 UTC (rev 1340297)
+++ PKGBUILD    2022-11-01 20:03:54 UTC (rev 1340298)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Ellison <[email protected]>
 
 pkgname=pybind11
-pkgver=2.10.0
+pkgver=2.10.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=('eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec')
+sha256sums=('111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad')
 
 build () {
     cd "${pkgname}-${pkgver}"

Reply via email to