summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-11-26 22:04:33 +0100
committerMichel Zou2021-11-26 22:04:33 +0100
commit49bc46c44e10b1fc04e8f410a7357ee13d352613 (patch)
tree9cbed7dbb2150aa59ca151b4a3ba4a3188acafb8
parent64ec4a148e1781fa3bc19f6f01f3ca2928986fe4 (diff)
downloadaur-mingw-w64-pybind11.tar.gz
2.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43ab2e99bd7b..304d287f41f4 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.8.0
+ pkgver = 2.8.1
pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-pybind11
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/pybind/pybind11/archive/v2.8.0.tar.gz
- sha256sums = 9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79
+ source = https://github.com/pybind/pybind11/archive/v2.8.1.tar.gz
+ sha256sums = f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc
pkgname = mingw-w64-pybind11
diff --git a/PKGBUILD b/PKGBUILD
index a4d524917199..4b55237c115f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-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 (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=('9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79')
+sha256sums=('f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"