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

Daniel Bermond dbermond at gemini.archlinux.org
Tue Oct 5 20:42:09 UTC 2021


    Date: Tuesday, October 5, 2021 @ 20:42:09
  Author: dbermond
Revision: 1027792

upgpkg: pybind11 2.8.0-1

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-05 20:42:00 UTC (rev 1027791)
+++ PKGBUILD	2021-10-05 20:42:09 UTC (rev 1027792)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
 
 pkgname=pybind11
-pkgver=2.7.1
+pkgver=2.8.0
 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=('616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020')
+sha256sums=('9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79')
 
 build () {
     cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list