summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:59:38 -0500
committerjwhendy2019-09-15 16:27:11 -0500
commitf43bc873f11dbf1ca3e4da5e5674d912382ab2a6 (patch)
tree09b6d61188f5a61dbb51d049017e214a1650e9f2
parent427ff6fde11ee758f6405be3fe8fa97828e3a9e1 (diff)
downloadaur-f43bc873f11dbf1ca3e4da5e5674d912382ab2a6.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c83aac3659f3..ac0069fe6a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-genlisp
pkgdesc = ROS - Common-Lisp ROS message and service generators.
- pkgver = 0.4.16
+ pkgver = 0.4.17
pkgrel = 1
url = https://www.wiki.ros.org/roslisp
arch = any
@@ -10,8 +10,8 @@ pkgbase = ros-melodic-genlisp
makedepends = ros-melodic-genmsg
makedepends = ros-melodic-catkin
depends = ros-melodic-genmsg
- source = ros-melodic-genlisp-0.4.16.tar.gz::https://github.com/ros/genlisp/archive/0.4.16.tar.gz
- sha256sums = 31d3b86a0e3c0517b743a5c74dc3fe4a533ea22fdd1481b7432aa5f7b7800a0d
+ source = ros-melodic-genlisp-0.4.17.tar.gz::https://github.com/ros/genlisp/archive/0.4.17.tar.gz
+ sha256sums = 5c8ff147025f45a2e0b240de349ce85399d0f1d6c5046f4914ad7a67c530ed69
pkgname = ros-melodic-genlisp
diff --git a/PKGBUILD b/PKGBUILD
index 4d737e0e16fc..b587410867e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Common-Lisp ROS message and service generators."
url='https://www.wiki.ros.org/roslisp'
pkgname='ros-melodic-genlisp'
-pkgver='0.4.16'
+pkgver='0.4.17'
arch=('any')
pkgrel=1
license=('BSD')
@@ -30,7 +30,7 @@ depends=(
_dir="genlisp-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/genlisp/archive/${pkgver}.tar.gz")
-sha256sums=('31d3b86a0e3c0517b743a5c74dc3fe4a533ea22fdd1481b7432aa5f7b7800a0d')
+sha256sums=('5c8ff147025f45a2e0b240de349ce85399d0f1d6c5046f4914ad7a67c530ed69')
build() {
# Use ROS environment variables.