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

Daniel Bermond dbermond at archlinux.org
Mon Sep 23 18:49:06 UTC 2019


    Date: Monday, September 23, 2019 @ 18:49:06
  Author: dbermond
Revision: 511594

upgpkg: pybind11 2.4.2-1

Updated to version 2.4.2

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 17:52:01 UTC (rev 511593)
+++ PKGBUILD	2019-09-23 18:49:06 UTC (rev 511594)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
 
 pkgname=pybind11
-pkgver=2.3.0
+pkgver=2.4.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-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 'python-scipy')
 source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz")
-sha256sums=('0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8')
+sha256sums=('e212e3043cb7a15466abb8896c6924c1ce40ae2988d8c24c111afcb30735fb8f')
 
 prepare() {
     cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list