[arch-commits] Commit in pybind11/trunk (PKGBUILD)
Daniel Bermond
dbermond at gemini.archlinux.org
Thu Oct 28 01:32:31 UTC 2021
Date: Thursday, October 28, 2021 @ 01:32:31
Author: dbermond
Revision: 1034817
upgpkg: pybind11 2.8.1-1
Modified:
pybind11/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-28 00:15:01 UTC (rev 1034816)
+++ PKGBUILD 2021-10-28 01:32:31 UTC (rev 1034817)
@@ -3,7 +3,7 @@
# Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
pkgname=pybind11
-pkgver=2.8.0
+pkgver=2.8.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=('9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79')
+sha256sums=('f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc')
build () {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list