summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c1376c7b4c..73192ac38bcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eigenpy
pkgdesc = Bindings between numpy and eigen using boost::python
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/eigenpy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f3757ea1527d..cf23145b592b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _org='stack-of-tasks'
_pkgname=eigenpy
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=3.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/$_org/$_pkgname"