summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormajor major2017-08-23 23:19:43 +0200
committermajor major2017-08-23 23:19:43 +0200
commit1f45c15d77b3c71ffd00edf36d6989db9da3baab (patch)
treed2ac2c8d99e3a4b3351df32a53dcf91fc4dc7eaa /PKGBUILD
parente063933db307979305fbacb3baf452dcc28e97c0 (diff)
downloadaur-1f45c15d77b3c71ffd00edf36d6989db9da3baab.tar.gz
updated to version 1.5.3, removed patch becaus it's alreade in repository
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde93600d0db..622c9d89d78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mrpt
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="Provides an extensive set of libraries, algorithms, and applications employed in a number of mobile robotics research areas."
arch=('i686' 'x86_64' 'armv7h')
@@ -17,11 +17,6 @@ _tag=${pkgver}
source=("${_dir}"::"git+https://github.com/MRPT/mrpt.git"#tag=${_tag})
md5sums=('SKIP')
-prepare() {
- #patch howMany() to howMany
- sed -i "s/howMany[(][)]/howMany/g" ${srcdir}/${pkgname}-${pkgver}/libs/base/include/mrpt/math/matrix_adaptors.h
-}
-
build() {
# Create build directory
[ -d ${srcdir}/build ] || mkdir ${srcdir}/build
@@ -31,7 +26,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CXX_FLAGS="-fpermissive" \
-DMRPT_OPTIMIZE_NATIVE=ON
- make -j1
+ make
}
package() {