Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply patch from upstream #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-catkin
pkgdesc = ROS - Low-level build system macros and infrastructure for ROS.
pkgver = 0.8.10
pkgrel = 2
pkgrel = 3
url = https://wiki.ros.org/catkin
arch = any
license = BSD
Expand All @@ -16,7 +16,7 @@ pkgbase = ros-noetic-catkin
depends = gmock
depends = python
depends = ros-build-tools
source = ros-noetic-catkin-0.8.10.tar.gz::https://github.com/ros/catkin/archive/0.8.10.tar.gz
sha256sums = 363857f037d8f300a5889d00dc8248673f363d587d639c11e23f1f0fd3c22b92
source = ros-noetic-catkin-0.8.10.tar.gz::https://github.com/ros/catkin/archive/ff31d451ce1c68d47bc058a4693aad6c0fb63a43.tar.gz
sha256sums = 5884a16cc6e3cf28274a5d209011caef53e1b9133ed22b9866f6f0dcc0acda8a

pkgname = ros-noetic-catkin
9 changes: 5 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url='https://wiki.ros.org/catkin'
pkgname='ros-noetic-catkin'
pkgver='0.8.10'
arch=('any')
pkgrel=2
pkgrel=3
license=('BSD')

ros_makedepends=(
Expand Down Expand Up @@ -32,9 +32,10 @@ depends=(
ros-build-tools
)

_dir="catkin-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/catkin/archive/${pkgver}.tar.gz")
sha256sums=('363857f037d8f300a5889d00dc8248673f363d587d639c11e23f1f0fd3c22b92')
_commit="ff31d451ce1c68d47bc058a4693aad6c0fb63a43"
_dir="catkin-${_commit}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/catkin/archive/${_commit}.tar.gz")
sha256sums=('5884a16cc6e3cf28274a5d209011caef53e1b9133ed22b9866f6f0dcc0acda8a')

build() {
# Use ROS environment variables.
Expand Down