summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242019-05-07 21:23:34 +0000
committerbionade242019-05-07 21:23:34 +0000
commitc437a9202efdb282175cd6a5cdf7ff6ee36035ff (patch)
tree1c49ba401db631dc15885cf6dab00ac75a392898
parent926703dfa943319817ff14d39a820db90e688ebc (diff)
downloadaur-c437a9202efdb282175cd6a5cdf7ff6ee36035ff.tar.gz
Update version and changed source to official ROS releases
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d640f8fdac8..2bff301cec60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-cmake-modules
pkgdesc = ROS - A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = http://www.ros.org/
arch = any
@@ -8,8 +8,8 @@ pkgbase = ros-melodic-cmake-modules
makedepends = cmake
makedepends = ros-build-tools
makedepends = ros-melodic-catkin
- source = ros-melodic-cmake-modules-0.4.1-0.tar.gz::https://github.com/ros-gbp/cmake_modules-release/archive/release/melodic/cmake_modules/0.4.1-0.tar.gz
- sha256sums = f967e92480eb619fe0442ca64000a820ad3370c38648c6e2f262e1353a5246b6
+ source = ros-melodic-cmake-modules-0.4.2.tar.gz::https://github.com/ros/cmake_modules/archive/0.4.2.tar.gz
+ sha256sums = f127c91d5fed5b6fdcc4ae784702a5a10a9073e4893f60a703d263cf8342b64f
pkgname = ros-melodic-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index c28a05ebf8bc..2b2bb6d6f551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgdesc="ROS - A common repository for CMake Modules which are not distributed w
url='http://www.ros.org/'
pkgname='ros-melodic-cmake-modules'
-pkgver='0.4.1'
-_pkgver_patch=0
+pkgver='0.4.2'
arch=('any')
pkgrel=1
license=('BSD')
@@ -27,9 +26,9 @@ depends=(
${ros_depends[@]}
)
-_dir="cmake_modules-release-release-melodic-cmake_modules-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/cmake_modules-release/archive/release/melodic/cmake_modules/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('f967e92480eb619fe0442ca64000a820ad3370c38648c6e2f262e1353a5246b6')
+_dir="cmake_modules-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/cmake_modules/archive/${pkgver}.tar.gz")
+sha256sums=('f127c91d5fed5b6fdcc4ae784702a5a10a9073e4893f60a703d263cf8342b64f')
build() {
# Use ROS environment variables.