summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2020-06-24 09:25:54 +0200
committerGuilhem Saurel2020-06-24 09:25:54 +0200
commit9467a2dcdd70a46ea20244807d69d8b92cec1318 (patch)
tree2a6f18ef74dd0758de00c3dcf0c4caf40d425622
parentf8e813f50946b1b342a8917dcddc1828b47fd820 (diff)
downloadaur-9467a2dcdd70a46ea20244807d69d8b92cec1318.tar.gz
install license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5ae421f806..0f066b8510ab 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.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ros/urdfdom
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 39930cc7b70d..656987692ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=urdfdom
pkgver=1.0.4
-pkgrel=3
+pkgrel=4
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"
@@ -31,4 +31,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}