From bb1c997e95f68a78ff0566e68dd3565b21803f70 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Fri, 5 Apr 2019 07:44:54 +0200 Subject: [PATCH] [wip/prf-ros-control] Release 0.2.7 --- prf-ros-control/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/prf-ros-control/Makefile b/prf-ros-control/Makefile index 514f70e2..a9c5187e 100644 --- a/prf-ros-control/Makefile +++ b/prf-ros-control/Makefile @@ -1,8 +1,8 @@ # robotpkg Makefile for: wip/pdf-ros-control # Created: Olivier Stasse on Wed, 27 Apr 2018 # - -VERSION= 0.2.6 +ORG= pal-robotics-forks +VERSION= 0.2.7 PRFNAME= ros-control PKGBASE= prf-${PRFNAME} PKGNAME= ${PKGBASE}-${VERSION} @@ -10,7 +10,6 @@ DISTNAME= ${VERSION} ROSNAME= $(subst -,_,${PRFNAME}) WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION} DIST_SUBDIR= ${PKGBASE} -PKGREVISION= 3 CATEGORIES= wip MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git -- GitLab