summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-05-12 11:01:57 +0200
committerbionade242020-05-12 11:01:57 +0200
commit9134f2a7f342abe3c35046ab7e28d9b924b13e77 (patch)
tree879a642fc81f05cd11cd2bb340a0c52aacdc3b8b
parentf43bc873f11dbf1ca3e4da5e5674d912382ab2a6 (diff)
downloadaur-ros-melodic-genlisp.tar.gz
Updated package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0069fe6a07..c83aac3659f3 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.17
+ pkgver = 0.4.16
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.17.tar.gz::https://github.com/ros/genlisp/archive/0.4.17.tar.gz
- sha256sums = 5c8ff147025f45a2e0b240de349ce85399d0f1d6c5046f4914ad7a67c530ed69
+ source = ros-melodic-genlisp-0.4.16.tar.gz::https://github.com/ros/genlisp/archive/0.4.16.tar.gz
+ sha256sums = 31d3b86a0e3c0517b743a5c74dc3fe4a533ea22fdd1481b7432aa5f7b7800a0d
pkgname = ros-melodic-genlisp
diff --git a/PKGBUILD b/PKGBUILD
index b587410867e9..c45bdbbeb8ac 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.17'
+pkgver='0.4.16'
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=('5c8ff147025f45a2e0b240de349ce85399d0f1d6c5046f4914ad7a67c530ed69')
+sha256sums=('31d3b86a0e3c0517b743a5c74dc3fe4a533ea22fdd1481b7432aa5f7b7800a0d')
build() {
# Use ROS environment variables.
@@ -50,9 +50,6 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.7m.so \
- -DPYTHON_BASENAME=.cpython-37m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}