summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78cd53a56ada..639ea9eb8679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = urdfdom-headers
pkgdesc = The URDF (U-Robot Description Format) headers provides core data structure headers for URDF.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ros/urdfdom_headers
arch = any
license = BSD
makedepends = cmake
- source = https://github.com/ros/urdfdom_headers/archive/1.0.0.tar.gz
+ source = urdfdom-headers-1.0.0.tar.gz::https://github.com/ros/urdfdom_headers/archive/1.0.0.tar.gz
md5sums = af7359938ddada5e86d4e64322f1611e
pkgname = urdfdom-headers
diff --git a/PKGBUILD b/PKGBUILD
index 5ef915c18ae8..7f55cf1c23b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=urdfdom-headers
_pkgname=urdfdom_headers
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="The URDF (U-Robot Description Format) headers provides core data structure headers for URDF."
arch=('any')
url="https://github.com/ros/$_pkgname"
license=('BSD')
depends=()
makedepends=('cmake')
-source=("https://github.com/ros/$_pkgname/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ros/$_pkgname/archive/$pkgver.tar.gz")
md5sums=('af7359938ddada5e86d4e64322f1611e')
build() {