summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242019-05-12 13:19:08 +0000
committerbionade242019-05-12 13:19:08 +0000
commitae157e2bebf3647671c907df36aa627824e00136 (patch)
tree596561d2507d9aae4804378e87f9e8a2f26e8b92
parentea8d696c475ac554907febd48b4a0fe59d99a5c9 (diff)
downloadaur-ae157e2bebf3647671c907df36aa627824e00136.tar.gz
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 70cde33c0676..f43f6398b71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ros-melodic-rosbag-migration-rule
pkgdesc = ROS - This empty package allows to export rosbag migration rule files without depending on rosbag.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://ros.org/wiki/rosbag_migration_rule
arch = any
license = BSD
makedepends = cmake
makedepends = ros-build-tools
makedepends = ros-melodic-catkin
- source = ros-melodic-rosbag-migration-rule-1.0.0-0.tar.gz::https://github.com/ros-gbp/rosbag_migration_rule-release/archive/release/melodic/rosbag_migration_rule/1.0.0-0.tar.gz
- sha256sums = 985744e58043e42585c195d72c7f8c0a265b646ca9dbfdf7d67d4488ed2a2a11
+ source = ros-melodic-rosbag-migration-rule-1.0.0.tar.gz::https://github.com/ros/rosbag_migration_rule/archive/1.0.0.tar.gz
+ sha256sums = 3943772fda87d82b84b0209d4da2e266872740b62f10447a0ad21b881edd20a2
pkgname = ros-melodic-rosbag-migration-rule
diff --git a/PKGBUILD b/PKGBUILD
index 24c0f0f3fecb..c51231267100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ url='http://ros.org/wiki/rosbag_migration_rule'
pkgname='ros-melodic-rosbag-migration-rule'
pkgver='1.0.0'
-_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -27,9 +26,9 @@ depends=(
${ros_depends[@]}
)
-_dir="rosbag_migration_rule-release-release-melodic-rosbag_migration_rule-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/rosbag_migration_rule-release/archive/release/melodic/rosbag_migration_rule/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('985744e58043e42585c195d72c7f8c0a265b646ca9dbfdf7d67d4488ed2a2a11')
+_dir="rosbag_migration_rule-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/rosbag_migration_rule/archive/${pkgver}.tar.gz")
+sha256sums=('3943772fda87d82b84b0209d4da2e266872740b62f10447a0ad21b881edd20a2')
build() {
# Use ROS environment variables.