summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-03-07 13:26:46 -0500
committeracxz2020-03-07 13:26:46 -0500
commit2bd3a020003ba7ff94c8782efef6eb10ae12067a (patch)
tree446a685b5a089daaf8d6afa0279ba33124152f3b /PKGBUILD
parent27e8558e630f8583be1decfe0031466a3678d7e3 (diff)
downloadaur-2bd3a020003ba7ff94c8782efef6eb10ae12067a.tar.gz
clean up urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 2 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ea45ac63208..8bbf6eb5ae87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-transport-4
pkgver=4.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system. Asynchronous message publication and subscription is provided along with service calls and discovery."
arch=('i686' 'x86_64')
-url="http://ignitionrobotics.org/libs/transport"
+url="https://ignitionrobotics.org/libs/transport"
license=('Apache')
groups=('development')
depends=('protobuf' 'protobuf-c' 'zeromq' 'ignition-msgs=1' 'ignition-tools' 'libutil-linux')
@@ -28,17 +28,6 @@ build() {
make
}
-#check() {
-# cd "${srcdir}/${_dir}/build"
-#
-# cmake .. -DCMAKE_BUILD_TYPE="Release" \
-# -DCMAKE_INSTALL_PREFIX="/usr" \
-# -DCMAKE_INSTALL_LIBDIR="lib" \
-# -DBUILD_TESTING=On
-# make
-# make test
-#}
-
package() {
cd "${srcdir}/${_dir}/build"
make DESTDIR="${pkgdir}/" install