summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-05-13 10:08:38 +0900
committerAchmad Fathoni2023-05-13 10:08:38 +0900
commite9914e6c3be67521bc2eada570bc96754c291ddf (patch)
treea710fff75411e57aee1ad4ce31685d63b8d64811
parent46c40bb1d303216551cb78f9158c54e4a158f300 (diff)
downloadaur-e9914e6c3be67521bc2eada570bc96754c291ddf.tar.gz
fix git link
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8fced061702..58f036a1ccc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-cartographer-ros-msgs-git
pkgdesc = ROS - ROS messages for the cartographer_ros package.
pkgver = r584.151c563
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlecartographer/cartographer_ros
arch = i686
arch = x86_64
@@ -19,8 +19,7 @@ pkgbase = ros-noetic-cartographer-ros-msgs-git
depends = ros-noetic-geometry-msgs
depends = ros-noetic-std-msgs
provides = ros-noetic-cartographer-ros-msgs
- source = ros-noetic-cartographer-ros-msgs-git::git://github.com/cartographer-project/cartographer_ros.git
+ source = ros-noetic-cartographer-ros-msgs-git::git+https://github.com/cartographer-project/cartographer_ros.git
sha256sums = SKIP
pkgname = ros-noetic-cartographer-ros-msgs-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 295e1f1e08b3..5e1999966c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://github.com/googlecartographer/cartographer_ros'
pkgname='ros-noetic-cartographer-ros-msgs-git'
pkgver=r584.151c563
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=1
+pkgrel=2
license=('Apache 2.0')
provides=(${pkgname::-4})
@@ -30,7 +30,7 @@ ros_depends=(
)
depends=(${ros_depends[@]})
-source=($pkgname::git://github.com/cartographer-project/cartographer_ros.git)
+source=($pkgname::git+https://github.com/cartographer-project/cartographer_ros.git)
sha256sums=('SKIP')
pkgver() {