summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242019-05-12 13:19:08 +0000
committerbionade242019-05-12 13:19:08 +0000
commitae157e2bebf3647671c907df36aa627824e00136 (patch)
tree596561d2507d9aae4804378e87f9e8a2f26e8b92 /PKGBUILD
parentea8d696c475ac554907febd48b4a0fe59d99a5c9 (diff)
downloadaur-ae157e2bebf3647671c907df36aa627824e00136.tar.gz
Changed source to official ROS releases
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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.