summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-02-06 13:05:46 +0100
committerMichel Zou2021-02-06 13:05:46 +0100
commitd47356d4cff4fa934c9916214b2d95cb0ae842a4 (patch)
treef17bd02bf57d34bc6c4aa26ba0b78f5892806c14
parentbbbf33959e1ac2936dc761f0ba5e018199617d21 (diff)
downloadaur-d47356d4cff4fa934c9916214b2d95cb0ae842a4.tar.gz
2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b258ce3f64b..1468ee8ea026 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.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-pybind11
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/pybind/pybind11/archive/v2.6.0.tar.gz
- sha256sums = 90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571
+ source = https://github.com/pybind/pybind11/archive/v2.6.1.tar.gz
+ sha256sums = cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a
pkgname = mingw-w64-pybind11
diff --git a/PKGBUILD b/PKGBUILD
index 0a249eda8fe5..e651b924983d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pybind11
-pkgver=2.6.0
+pkgver=2.6.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=('90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571')
+sha256sums=('cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"