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

Daniel Bermond dbermond at archlinux.org
Tue Dec 8 15:29:16 UTC 2020


    Date: Tuesday, December 8, 2020 @ 15:29:16
  Author: dbermond
Revision: 771833

upgpkg: pybind11 2.6.1-1

Modified:
  pybind11/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-08 15:29:15 UTC (rev 771832)
+++ PKGBUILD	2020-12-08 15:29:16 UTC (rev 771833)
@@ -3,8 +3,8 @@
 # Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
 
 pkgname=pybind11
-pkgver=2.6.0
-pkgrel=3
+pkgver=2.6.1
+pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 'python-pytest')
              #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
 source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571')
+sha256sums=('cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a')
 
 build () {
     cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list