summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2023-05-04 02:09:09 +0200
committerGuilhem Saurel2023-05-04 02:09:09 +0200
commit5830e0fc0194d43cc30d2a519b49d581f558161b (patch)
treecaf3afd78db52bd98ba5dcc6072c287ca4469c40
parent5c113f618d74e041783f125105d55618cbf1de59 (diff)
downloadaur-5830e0fc0194d43cc30d2a519b49d581f558161b.tar.gz
bump for python 3.11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89b712bb1402..0b5a47337d24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eigenpy
pkgdesc = Bindings between numpy and eigen using boost::python
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stack-of-tasks/eigenpy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8a5fd5aaf578..535970362d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgorg='stack-of-tasks'
pkgname=eigenpy
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"