summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2020-06-18 21:52:08 +0200
committerGuilhem Saurel2020-06-18 21:52:40 +0200
commita7577f5523df3a062d747654b39956486d929916 (patch)
treeee10ba352c4819452e608ee4c93cbd2fb5203c8f
parent09a2fd5d8b8a77560fba240cc0654f4dfb5af3a7 (diff)
downloadaur-a7577f5523df3a062d747654b39956486d929916.tar.gz
license is now available
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25722f263c48..4834d0182265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = console-bridge
pkgdesc = A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.ros.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index efc99a4b274d..45b0c7dbe47e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=console-bridge
_pkgname=console_bridge
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages."
arch=('i686' 'x86_64')
url="http://www.ros.org/"
@@ -23,6 +23,5 @@ build() {
package() {
cd "$_pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
- mkdir -p $pkgdir/usr/share/licenses/$pkgname
- head -n 33 $pkgdir/usr/include/console_bridge/console.h > $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}