summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2023-01-24 12:15:47 +0100
committerGuilhem Saurel2023-01-24 12:15:47 +0100
commit3be1d89dff181ae0703f57eba8aaa9f78ecc4ba4 (patch)
treef9d368c4ecdcfb8447a6fafcb54b25fde687cf9e
parentbc71451729729a445545e9a7863090918f86ba84 (diff)
downloadaur-3be1d89dff181ae0703f57eba8aaa9f78ecc4ba4.tar.gz
bump for boost 1.81
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bd7ef952fea..3f4282981fc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eigenpy
pkgdesc = Bindings between numpy and eigen using boost::python
pkgver = 2.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/eigenpy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8963cda619b1..a41ef864b393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgorg='stack-of-tasks'
pkgname=eigenpy
pkgver=2.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"