summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhirui Dai2023-07-20 10:47:40 -0700
committerZhirui Dai2023-07-20 10:47:40 -0700
commit9bc41e701f53b0ee9ca0df3c92c5bbba7f400154 (patch)
tree069947068340ab1c6bbc6885a7c4bb1296721388
parentdeaae531238c393aac4bae401782e8744d1ed6a2 (diff)
downloadaur-9bc41e701f53b0ee9ca0df3c92c5bbba7f400154.tar.gz
fix typo in PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10c1029de748..a07523cf36c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ ros_depends=(
ros-noetic-joy
ros-noetic-robot-localization
ros-noetic-topic-tools
- ros-noetic-twist-mux
+ ros-noetic-twist-mux
ros-noetic-controller-manager
ros-noetic-interactive-marker-twist-server
ros-noetic-teleop-twist-joy
@@ -35,7 +35,7 @@ depends=(
)
_dir="jackal-${pkgver}/jackal_control"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/jackal/jackal/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jackal/jackal/archive/${pkgver}.tar.gz")
sha256sums=('ef3f56b7cb56b3230ea755a797e7e59f41ed51143d7fab25a5579c4e5ea890eb')
build() {