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 b9689adb84a5..8d12cf8d2721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = urdfdom
pkgdesc = The URDF (U-Robot Description Format) library provides core data structures and a simple XML parsers for populating the class data structures from an URDF file.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ros/urdfdom
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = urdfdom
depends = tinyxml
depends = console-bridge
depends = urdfdom-headers
- source = https://github.com/ros/urdfdom/archive/1.0.0.tar.gz
+ source = urdfdom-1.0.0.tar.gz::https://github.com/ros/urdfdom/archive/1.0.0.tar.gz
md5sums = f51d7214d74470503447f28344d4e561
pkgname = urdfdom
diff --git a/PKGBUILD b/PKGBUILD
index 9f63da52afb0..fe476a1674c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=urdfdom
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="The URDF (U-Robot Description Format) library provides core data structures and a simple XML parsers for populating the class data structures from an URDF file."
arch=('i686' 'x86_64')
url="https://github.com/ros/$pkgname"
license=('BSD')
depends=('tinyxml' 'console-bridge' 'urdfdom-headers')
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=('f51d7214d74470503447f28344d4e561')
build() {