summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2018-09-02 11:05:39 +0200
committerGuilhem Saurel2018-09-02 11:05:39 +0200
commit8778fdb68be55dad8d14042eb29b2067755467f7 (patch)
tree0958b0c5212d48a00ebabb233f242cc45cd95d17
parent78b015996b84fac77f8d877d3cf30cfe60d07040 (diff)
downloadaur-8778fdb68be55dad8d14042eb29b2067755467f7.tar.gz
name downloaded source
See warning here: https://wiki.archlinux.org/index.php/PKGBUILD#Sources Thanks MichaelChou
-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() {