clean up urls

This commit is contained in:
acxz 2020-03-07 13:26:46 -05:00
parent 4075a12539
commit b357e096ca
2 changed files with 4 additions and 16 deletions

View file

@ -1,8 +1,8 @@
pkgbase = ignition-math
pkgdesc = Math classes and functions for robot applications
pkgver = 6.4.0
pkgrel = 2
url = http://ignitionrobotics.org/
pkgrel = 3
url = https://ignitionrobotics.org/libs/math
arch = i686
arch = x86_64
groups = development

View file

@ -2,10 +2,10 @@
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
pkgname=ignition-math
pkgver=6.4.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