summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhirui Dai2023-07-20 10:53:02 -0700
committerZhirui Dai2023-07-20 10:53:02 -0700
commit86c61dc22f9b5839263cd5a183771446480d9111 (patch)
tree5f7b05c330bea837ee8e0ae420e41c6c789250c9
parent8ce88a95573197e8c875b16df58a574aa2ce7c09 (diff)
downloadaur-86c61dc22f9b5839263cd5a183771446480d9111.tar.gz
fix typo in PKGBUILD and .SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3565ef00e76f..4c3fe0d81d4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = ros-noetic-wfov-camera-msgs
depends = ros-noetic-std-msgs
depends = ros-noetic-message-generation
depends = ros-noetic-message-runtime
- source = ros-noetic-wfov-camera-msgs-0.15.1.tar.gz"::"https://github.com/ros-drivers/pointgrey_camera_driver/archive/0.15.1.tar.gz
+ source = ros-noetic-wfov-camera-msgs-0.15.1.tar.gz::https://github.com/ros-drivers/pointgrey_camera_driver/archive/0.15.1.tar.gz
sha256sums = f81a2ad2260a686bdd961d129d8f980b68454e70eb257fe3fdc39d4f5fcf53ad
pkgname = ros-noetic-wfov-camera-msgs
diff --git a/PKGBUILD b/PKGBUILD
index 9f23e71d87a2..54f03fba74b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ depends=(
)
_dir="pointgrey_camera_driver-${pkgver}/wfov_camera_msgs"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-drivers/pointgrey_camera_driver/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ros-drivers/pointgrey_camera_driver/archive/${pkgver}.tar.gz")
sha256sums=('f81a2ad2260a686bdd961d129d8f980b68454e70eb257fe3fdc39d4f5fcf53ad')
build() {