summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 23:17:52 +0700
committerGitHub2021-02-10 11:17:52 -0500
commit084ae99e4e5a5cbdae82d2e13b8f22fe10f4cf9f (patch)
tree9b42c8d97425843cc282da2647f6d280e3a5b2dc
parentd32c311e77bcbf588fcefd7baa1f005ca748afc0 (diff)
downloadaur-084ae99e4e5a5cbdae82d2e13b8f22fe10f4cf9f.tar.gz
Update to 1.5.0 and remove upstream-merged patch (#3)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bcad80c7cbc..0d75a0786035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-ros-base
pkgdesc = ROS - A metapackage which extends ros_core and includes other basic non-robot tools like actionlib, dynamic reconfigure, nodelets, and pluginlib.
- pkgver = 1.4.1
+ pkgver = 1.5.0
pkgrel = 1
url = https://wiki.ros.org/ros_base
arch = any
@@ -13,10 +13,8 @@ pkgbase = ros-noetic-ros-base
depends = ros-noetic-dynamic-reconfigure
depends = ros-noetic-ros-core
depends = ros-noetic-actionlib
- source = ros-noetic-ros-base-1.4.1.tar.gz::https://github.com/ros/metapackages/archive/1.4.1.tar.gz
- source = https://patch-diff.githubusercontent.com/raw/ros/metapackages/pull/31.patch
- sha256sums = ef1df96c61c9762555174cc1a0e21e05149f74909d27044be0cd10aa065747a1
- sha256sums = a8648852cff7b2740c5fe523b78309557b7f58e5c010e71a94c341b8cbfd5ba2
+ source = ros-noetic-ros-base-1.5.0.tar.gz::https://github.com/ros/metapackages/archive/1.5.0.tar.gz
+ sha256sums = 5e055b7528d088cf62035d88c78cfd5aefcac2a96d0ce2ac62242f6d6f76d3b0
pkgname = ros-noetic-ros-base
diff --git a/PKGBUILD b/PKGBUILD
index ae8c2f683cde..8f59463902f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - A metapackage which extends ros_core and includes other basic non
url='https://wiki.ros.org/ros_base'
pkgname='ros-noetic-ros-base'
-pkgver='1.4.1'
+pkgver='1.5.0'
arch=('any')
pkgrel=1
license=('BSD')
@@ -32,15 +32,8 @@ depends=(
)
_dir="metapackages-${pkgver}/ros_base"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/metapackages/archive/${pkgver}.tar.gz"
- "https://patch-diff.githubusercontent.com/raw/ros/metapackages/pull/31.patch")
-sha256sums=('ef1df96c61c9762555174cc1a0e21e05149f74909d27044be0cd10aa065747a1'
- 'a8648852cff7b2740c5fe523b78309557b7f58e5c010e71a94c341b8cbfd5ba2')
-
-prepare() {
- cd ${srcdir}/${_dir}/..
- patch -p1 < ${srcdir}/31.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/metapackages/archive/${pkgver}.tar.gz")
+sha256sums=('5e055b7528d088cf62035d88c78cfd5aefcac2a96d0ce2ac62242f6d6f76d3b0')
build() {
# Use ROS environment variables.