summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-12-18 22:14:02 -0500
committeracxz2021-12-18 22:14:02 -0500
commit634de5be2692385691fc61901073f00ace0d251c (patch)
tree5342c4ab07af88c2c07c6b3b4eefe7bf76d2fc1e
parent44b01398e6da27ed3c61c2f01f1eed0b924c5e05 (diff)
downloadaur-634de5be2692385691fc61901073f00ace0d251c.tar.gz
updpkg 11.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75d2865fca18..1e446b0576d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ignition-transport
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 = 10.0.0
+ pkgver = 11.0.0
pkgrel = 1
url = https://ignitionrobotics.org/libs/transport
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ignition-transport
depends = ignition-tools
depends = ignition-utils>=1
depends = libutil-linux
- source = https://github.com/ignitionrobotics/ign-transport/archive/ignition-transport10_10.0.0.tar.gz
- sha256sums = 3c0ebe70a4343e5206bd145016350b925be3a0619a10e7dcb6e8d48326dda8f1
+ source = https://github.com/ignitionrobotics/ign-transport/archive/ignition-transport11_11.0.0.tar.gz
+ sha256sums = b549f73751556ef30f38c35f8fd357da500313a41588c08efaca341cf8c0341f
pkgname = ignition-transport
diff --git a/PKGBUILD b/PKGBUILD
index 25f2a89756ec..2172a5aadfdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Johannes Wienke <languitar@semipol.de>
# Contributor: Benjamin Chrétien <chretien dot b plus aur at gmail dot com>
pkgname=ignition-transport
-pkgver=10.0.0
+pkgver=11.0.0
pkgrel=1
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')
@@ -15,10 +15,10 @@ depends=('protobuf' 'protobuf-c' 'zeromq' 'ignition-msgs>=7' 'ignition-tools'
makedepends=('ignition-cmake>=2' 'util-linux')
optdepends=()
conflicts=()
-source=("https://github.com/ignitionrobotics/ign-transport/archive/${pkgname}10_${pkgver}.tar.gz")
-sha256sums=('3c0ebe70a4343e5206bd145016350b925be3a0619a10e7dcb6e8d48326dda8f1')
+source=("https://github.com/ignitionrobotics/ign-transport/archive/${pkgname}11_${pkgver}.tar.gz")
+sha256sums=('b549f73751556ef30f38c35f8fd357da500313a41588c08efaca341cf8c0341f')
-_dir="ign-transport-${pkgname}10_${pkgver}"
+_dir="ign-transport-${pkgname}11_${pkgver}"
build() {
cd "${srcdir}/${_dir}"