summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 14:59:59 -0500
committerjwhendy2019-09-16 10:55:40 -0500
commit0eb89292a4683b6d1142ec91cfeb62d0fad16cd5 (patch)
treee249e3f354998ee9048a7dee797c150b2e3f8edf
parentc7800983e7b01fbbf350fa5f01de590786c96884 (diff)
downloadaur-0eb89292a4683b6d1142ec91cfeb62d0fad16cd5.tar.gz
updated _dir, sources, and shasums; pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4963089e2c3..a6a809c1ae9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-image-publisher
pkgdesc = ROS - Contains a node publish an image stream from single image file or avi motion file.
pkgver = 1.12.23
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/image_publisher
arch = any
license = BSD
@@ -22,8 +22,8 @@ pkgbase = ros-melodic-image-publisher
depends = ros-melodic-roscpp
depends = ros-melodic-sensor-msgs
depends = ros-melodic-image-transport
- source = ros-melodic-image-publisher-1.12.23-0.tar.gz::https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/image_publisher/1.12.23-0.tar.gz
- sha256sums = 56bebe095951f6cfb7e0d4c0250ed2dea459b085b214b9e21cdd93f4878efa4a
+ source = ros-melodic-image-publisher-1.12.23.tar.gz::https://github.com/ros-perception/image_pipeline/archive/1.12.23.tar.gz
+ sha256sums = 0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357
pkgname = ros-melodic-image-publisher
diff --git a/PKGBUILD b/PKGBUILD
index c55b948686f1..49aac00b2d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-melodic-image-publisher'
pkgver='1.12.23'
_pkgver_patch=0
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -41,9 +41,9 @@ depends=(
${ros_depends[@]}
)
-_dir="image_pipeline-release-release-melodic-image_publisher-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/image_pipeline-release/archive/release/melodic/image_publisher/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('56bebe095951f6cfb7e0d4c0250ed2dea459b085b214b9e21cdd93f4878efa4a')
+_dir="image_pipeline-${pkgver}/image_publisher"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-perception/image_pipeline/archive/${pkgver}.tar.gz")
+sha256sums=('0b024f155f79f16982b31951ad0b1bde5440159b0ba6b1128ecbe2e867a2e357')
build() {
# Use ROS environment variables.