summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Roesler2019-05-01 10:26:45 +0200
committerGitHub2019-05-01 10:26:45 +0200
commit4ebc6d7dc8f05e84a646de2ba08c499498f6953c (patch)
tree6b4a75216c2a2bb3e4da0e14b4d0f0735b2428bf
parentbc5edb28cbca7fc86f95236a76a5e73ada4235bb (diff)
parentbed3be3a89681f8f01a3bab978d72e9c3dcbdd28 (diff)
downloadaur-4ebc6d7dc8f05e84a646de2ba08c499498f6953c.tar.gz
Merge pull request #1 from ardiya/change-source-to-ros_rospack
Change source to github ros/rospack and update sha256sum
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbe631031992..47925a9630a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgdesc="ROS - ROS Package Tool."
url='http://wiki.ros.org/rospack'
pkgname='ros-melodic-rospack'
-pkgver='2.5.2'
-_pkgver_patch=0
+pkgver='2.5.3'
arch=('any')
pkgrel=1
license=('BSD')
@@ -40,9 +39,9 @@ depends=(
python
)
-_dir="rospack-release-release-melodic-rospack"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/rospack-release/archive/release/melodic/rospack/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('d2fc73a722b256d9f6d4d9d2420b643feb88ff860e1c38ba03d7578969dbe442')
+_dir="rospack-${pkgver}"
+source=("${_dir}.tar.gz"::"https://github.com/ros/rospack/archive/${pkgver}.tar.gz")
+sha256sums=('6d3def4e56d351baab049550b41d4b452da3fa262ba1e2fdc8ec8173ebe0eebd')
build() {
# Use ROS environment variables.