summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2017-04-06 09:57:58 +0200
committerJohannes Wienke2017-04-06 09:57:58 +0200
commit406f77c70a3dd66d811db2e316f26b6c0f32cd0b (patch)
tree0fbff043a14d04b7a1c1dd48102c14f48816b3dd /PKGBUILD
parentbd354d0459ee7c10ab7b82e08397065d35dc82d6 (diff)
downloadaur-406f77c70a3dd66d811db2e316f26b6c0f32cd0b.tar.gz
Version bump to 3.0.1
Original patch from nofxx. Thanks!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fcdb7093749..c5713bb9f161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: Benjamin Chrétien <chretien dot b plus aur at gmail dot com>
+# Maintainer: Johannes Wienke <languitar@semipol.de>
+# Original Maintainer: Benjamin Chrétien <chretien dot b plus aur at gmail dot com>
pkgname=ignition-transport
-pkgver=1.2.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system"
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org"
license=('Apache')
groups=('development')
-depends=('protobuf' 'protobuf-c' 'zeromq' 'uuid')
+depends=('protobuf' 'protobuf-c' 'zeromq' 'uuid' 'ignition-msgs')
makedepends=('cmake' 'ruby-ronn' 'pkg-config>=0.28' 'doxygen')
optdepends=()
conflicts=()
-source=("https://bitbucket.org/ignitionrobotics/ign-transport/get/${pkgname}_${pkgver}.tar.bz2")
-sha256sums=('bbdcccd34a906afcd316568b560e8df7910909d84138ffb6d090a85e39425f29')
+source=("https://bitbucket.org/ignitionrobotics/ign-transport/get/${pkgname}3_${pkgver}.tar.bz2")
+md5sums=('faf7298ec251e939b1bf446a3922b29c')
-_dir="ignitionrobotics-ign-transport-cf6b2efb2c9c"
+_dir="ignitionrobotics-ign-transport-43199f9158dc"
prepare() {
cd "${srcdir}/${_dir}"