summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhirui Dai2023-07-20 10:51:22 -0700
committerZhirui Dai2023-07-20 10:51:22 -0700
commit97141f03eeff636b7f46647e4f3855cf9a2b5df0 (patch)
treecbed8489f3afef3cb8d809de4a62035603814d02 /PKGBUILD
parent44e421afcf99af9afe43fd73f4a3c423c847b6c7 (diff)
downloadaur-ros-noetic-twist-mux.tar.gz
fix typo in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5acb8cad1970..7d50d968dda4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ depends=(
)
_dir="twist_mux-${pkgver}"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-teleop/twist_mux/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ros-teleop/twist_mux/archive/${pkgver}.tar.gz")
sha256sums=('36890d97cd76038c84ab93b1c326140f2b9a073c2fd0bea7f86c5d8324f9bab1')
build() {