summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-03-07 13:26:46 -0500
committeracxz2020-03-07 13:26:46 -0500
commit2bd3a020003ba7ff94c8782efef6eb10ae12067a (patch)
tree446a685b5a089daaf8d6afa0279ba33124152f3b
parent27e8558e630f8583be1decfe0031466a3678d7e3 (diff)
downloadaur-2bd3a020003ba7ff94c8782efef6eb10ae12067a.tar.gz
clean up urls
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD15
2 files changed, 4 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab736b589de..934d2615779f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ignition-transport-4
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.
pkgver = 4.0.0
- pkgrel = 2
- url = http://ignitionrobotics.org/libs/transport
+ pkgrel = 3
+ url = https://ignitionrobotics.org/libs/transport
arch = i686
arch = x86_64
groups = development
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