summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Schweikert2024-02-15 15:14:36 +0100
committerFlorian Schweikert2024-02-15 15:14:36 +0100
commit4239e19fea430cadb6c16f88ae7e8ff997ef7c64 (patch)
treeae7a3b2418ed34df2bf10c59099ab1ee4dbd6fde /PKGBUILD
parent435796cf7a3d5c11d6982da5f00315bdf6a0b687 (diff)
downloadaur-tunslip6-ng.tar.gz
chore: include serialdump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 138c31e521ff..4c3e7e3939f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=tunslip6-ng
pkgver=4.9
_branch=release/v${pkgver}
-pkgrel=3
-pkgdesc="tool to establish an IPv6 SLIP tunnel interface"
+pkgrel=4
+pkgdesc="Tool to establish an IPv6 SLIP tunnel interface"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.contiki-ng.org/"
license=('BSD-3-Clause')
@@ -30,5 +30,6 @@ build() {
package() {
install -D -m755 tunslip6 "${pkgdir}/usr/bin/tunslip6"
+ install -D -m755 serialdump "${pkgdir}/usr/bin/serialdump"
install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}