summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2021-12-13 11:20:54 +0100
committerGuilhem Saurel2021-12-13 11:20:54 +0100
commit842d7492412df9431e9c6ed3e8826cbc57c59466 (patch)
treeaec63cd2b608f4d1602773f5627aec244c3cab3c
parent68fb2e3ed32a8406dedc26b6777af43860a18420 (diff)
downloadaur-842d7492412df9431e9c6ed3e8826cbc57c59466.tar.gz
bump for python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5962e02b1fe0..ff5e8b25112a 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 = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/eigenpy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4e845d4b0568..53c294b6ee35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eigenpy
pkgver=2.6.9
-pkgrel=1
+pkgrel=2
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/stack-of-tasks/$pkgname"