summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-03-07 13:26:46 -0500
committeracxz2020-03-07 13:26:46 -0500
commit8e035eecf36d46fea81de807209e4a6d328e775a (patch)
treefcd676c3a9495a2b2e2fd525dcbaa640b2934260 /PKGBUILD
parent3dbd5b4d8baa7fe4234101d71073bc026d25e6ae (diff)
downloadaur-8e035eecf36d46fea81de807209e4a6d328e775a.tar.gz
clean up urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 2 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1c0e78385fd..181c33872a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-math-4
pkgver=4.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Math classes and functions for robot applications"
arch=('i686' 'x86_64')
-url="http://ignitionrobotics.org/"
+url="https://ignitionrobotics.org/libs/math"
license=('Apache')
groups=('development')
depends=('gcc-libs')
@@ -33,18 +33,6 @@ build() {
make
}
-#check() {
-# cd "$srcdir/$_dir/build"
-#
-# cmake .. -DCMAKE_BUILD_TYPE="Release" \
-# -DCMAKE_INSTALL_PREFIX="/usr" \
-# -DCMAKE_INSTALL_LIBDIR="lib" \
-# -DBUILD_TESTING:BOOL=True
-#
-# make
-# make test
-#}
-
package() {
cd "$srcdir/$_dir/build"
make DESTDIR="$pkgdir/" install