summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2017-09-06 12:00:46 +0200
committerJohannes Wienke2017-09-06 12:00:46 +0200
commit64d71fbf5c9827278d1fe0a1aae193eb3c1a9873 (patch)
tree7a61b9bbf75cdd4a2a966c7d5b5191d7670344a6
parentdd88feaeb84dcf722e295568e11e278b33b5df69 (diff)
downloadaur-rst-proto-stable-git.tar.gz
Version bump to 0.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34345ef1fad..78416aab4003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rst-proto-stable-git
pkgdesc = Robotics Systems Types library
- pkgver = 0.15.0.0272643
+ pkgver = 0.16.2.98a8f7c
pkgrel = 1
url = https://projects.cor-lab.org/projects/rst
arch = i686
@@ -16,7 +16,7 @@ pkgbase = rst-proto-stable-git
depends = protobuf-java
provides = rst-proto
conflicts = rst-proto
- source = rst-proto::git+https://code.cor-lab.org/git/rst.git.proto#branch=0.15
+ source = rst-proto::git+https://code.cor-lab.org/git/rst.git.proto#branch=0.16
md5sums = SKIP
pkgname = rst-proto-stable-git
diff --git a/PKGBUILD b/PKGBUILD
index 855087d00cf5..99b8771e10f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname='rst-proto-stable-git'
-pkgver=0.15.0.0272643
+pkgver=0.16.2.98a8f7c
pkgrel=1
pkgdesc='Robotics Systems Types library'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://projects.cor-lab.org/projects/rst'
license=('LGPL3')
depends=('protobuf' 'python2' 'python2-protobuf' 'apache-ant' 'protobuf-java')
makedepends=('git' 'cmake' 'rsc-stable-git')
-source=("rst-proto::git+https://code.cor-lab.org/git/rst.git.proto#branch=0.15")
+source=("rst-proto::git+https://code.cor-lab.org/git/rst.git.proto#branch=0.16")
md5sums=('SKIP')
conflicts=('rst-proto')
provides=('rst-proto')