summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2022-09-24 12:30:19 +0200
committerGuilhem Saurel2022-09-24 12:30:19 +0200
commitf8714026bfeaf764f2214539c4f2701bb46fe009 (patch)
treea81394686f58d4792ac9c23121c8f88d806b633e
parent6b8f71334227f9d45bcd3abc76302ca5b7c27fd6 (diff)
downloadaur-f8714026bfeaf764f2214539c4f2701bb46fe009.tar.gz
bump for boost 1.80
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a9864f4181..31cb15688ff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eigenpy
pkgdesc = Bindings between numpy and eigen using boost::python
pkgver = 2.7.14
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stack-of-tasks/eigenpy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 008c43852d8e..5f8ded5f7944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgorg='stack-of-tasks'
pkgname=eigenpy
pkgver=2.7.14
-pkgrel=2
+pkgrel=3
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"