[arch-commits] Commit in pybind11/trunk (PKGBUILD)
Daniel Bermond
dbermond at gemini.archlinux.org
Sat Jul 16 12:27:03 UTC 2022
Date: Saturday, July 16, 2022 @ 12:27:02
Author: dbermond
Revision: 1253850
upgpkg: pybind11 2.10.0-1
Modified:
pybind11/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-16 11:48:55 UTC (rev 1253849)
+++ PKGBUILD 2022-07-16 12:27:02 UTC (rev 1253850)
@@ -3,7 +3,7 @@
# Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
pkgname=pybind11
-pkgver=2.9.2
+pkgver=2.10.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=('6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1')
+sha256sums=('eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec')
build () {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list