[arch-commits] Commit in pybind11/trunk (PKGBUILD)
Daniel Bermond
dbermond at gemini.archlinux.org
Thu Mar 31 13:00:31 UTC 2022
Date: Thursday, March 31, 2022 @ 13:00:29
Author: dbermond
Revision: 1177955
upgpkg: pybind11 2.9.2-1
Modified:
pybind11/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-31 12:06:59 UTC (rev 1177954)
+++ PKGBUILD 2022-03-31 13:00:29 UTC (rev 1177955)
@@ -3,7 +3,7 @@
# Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
pkgname=pybind11
-pkgver=2.9.1
+pkgver=2.9.2
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=('c6160321dc98e6e1184cc791fbeadd2907bb4a0ce0e447f2ea4ff8ab56550913')
+sha256sums=('6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1')
build () {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list