summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea261ba52e1..43ab2e99bd7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa (mingw-w64)
- pkgver = 2.6.2
+ pkgver = 2.8.0
pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
@@ -12,8 +12,7 @@ pkgbase = mingw-w64-pybind11
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz
- sha256sums = 8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2
+ source = https://github.com/pybind/pybind11/archive/v2.8.0.tar.gz
+ sha256sums = 9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79
pkgname = mingw-w64-pybind11
-
diff --git a/PKGBUILD b/PKGBUILD
index 6b750fc3fec7..a4d524917199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pybind11
-pkgver=2.6.2
+pkgver=2.8.0
pkgrel=1
pkgdesc='A lightweight header-only library that exposes C++ types in Python and vice versa (mingw-w64)'
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'mingw-w64-boost' 'mingw-w64-eigen')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz")
-sha256sums=('8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2')
+sha256sums=('9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"