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

Santiago Torres-Arias sangy at archlinux.org
Wed Apr 22 15:37:43 UTC 2020


    Date: Wednesday, April 22, 2020 @ 15:37:43
  Author: sangy
Revision: 617668

upgpkg: pybind11 2.5.0-1

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-22 15:20:42 UTC (rev 617667)
+++ PKGBUILD	2020-04-22 15:37:43 UTC (rev 617668)
@@ -3,8 +3,8 @@
 # Contributor: Matthew Ellison <matt+aur at arroyonetworks.com>
 
 pkgname=pybind11
-pkgver=2.4.3
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
@@ -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=('1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d')
+sha256sums=('97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504')
 
 prepare() {
     mkdir -p "${pkgname}-${pkgver}/build-cmake"



More information about the arch-commits mailing list