summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-02-01 17:18:56 +0100
committerBenjamin Chrétien2015-02-01 17:18:56 +0100
commit0a521fb0d450c9b3aed7d2f380cf77fa32861ace (patch)
treed9a7080eea4e366b4b7df53c53e764cebe2b691b
parent9dd964068f07ab2611cfc7c9a1045aa0fb35cf3e (diff)
downloadaur-0a521fb0d450c9b3aed7d2f380cf77fa32861ace.tar.gz
Miscellaneous updates.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4d0d77a5a10..2af1bd55dcb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simbody
pkgdesc = High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton.
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://simtk.org/home/simbody
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4818f01c4efb..266edb92e07f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Chretien <chretien at lirmm dot fr>
pkgname=simbody
pkgver=3.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton."
arch=('i686' 'x86_64')
url="https://simtk.org/home/simbody"
@@ -27,7 +27,7 @@ build() {
cmake ${srcdir}/${_dir} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ -DCMAKE_INSTALL_LIBDIR=lib
make
}