summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2021-12-20 14:51:29 +0100
committerGuilhem Saurel2021-12-20 14:51:29 +0100
commit17f690402e5ec9380e71f45dc2b2163b119de059 (patch)
treebf71a864a01116ebdaa1054afdab130b578fef99
parent842d7492412df9431e9c6ed3e8826cbc57c59466 (diff)
downloadaur-17f690402e5ec9380e71f45dc2b2163b119de059.tar.gz
bump for boost 1.78
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff5e8b25112a..ac1160e63bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eigenpy
pkgdesc = Bindings between numpy and eigen using boost::python
pkgver = 2.6.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stack-of-tasks/eigenpy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 53c294b6ee35..b4f52bae8091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eigenpy
pkgver=2.6.9
-pkgrel=2
+pkgrel=3
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/stack-of-tasks/$pkgname"