summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2018-09-02 11:21:48 +0200
committerGuilhem Saurel2018-09-02 11:21:48 +0200
commit4774b70d533795d04839bf15a8a01ebacf66ce65 (patch)
tree3dfa2adc54574b59aa8f21ae87b787897f0b9e05 /PKGBUILD
parentf821711f7147f52365d5e63754eef639e24a7f55 (diff)
downloadaur-4774b70d533795d04839bf15a8a01ebacf66ce65.tar.gz
name downloaded source
See warning here: https://wiki.archlinux.org/index.php/PKGBUILD#Sources Thanks MichaelChou
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {