summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Schweikert2024-02-14 16:35:36 +0100
committerFlorian Schweikert2024-02-14 16:35:36 +0100
commit435796cf7a3d5c11d6982da5f00315bdf6a0b687 (patch)
treee1975d639fef3fe69a27a444df510bc99feffd63
parenta6653af82c0784a5051504640b8829a78082acd9 (diff)
downloadaur-435796cf7a3d5c11d6982da5f00315bdf6a0b687.tar.gz
chore: get rid of namcap nagging
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470737144def..33bee23ed956 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = tunslip6-ng
pkgdesc = tool to establish an IPv6 SLIP tunnel interface
pkgver = 4.9
- pkgrel = 2
+ pkgrel = 3
url = http://www.contiki-ng.org/
arch = i686
arch = x86_64
arch = armv7h
- license = BSD
+ license = BSD-3-Clause
+ depends = glibc
conflicts = tunslip
source = https://raw.githubusercontent.com/contiki-ng/contiki-ng/release/v4.9/tools/serial-io/tunslip6.c
source = https://raw.githubusercontent.com/contiki-ng/contiki-ng/release/v4.9/tools/serial-io/serialdump.c
diff --git a/PKGBUILD b/PKGBUILD
index 2963bad320e7..138c31e521ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=tunslip6-ng
pkgver=4.9
_branch=release/v${pkgver}
-pkgrel=2
+pkgrel=3
pkgdesc="tool to establish an IPv6 SLIP tunnel interface"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.contiki-ng.org/"
-license=('BSD')
-depends=()
+license=('BSD-3-Clause')
+depends=('glibc')
optdepends=()
conflicts=('tunslip')
source=(https://raw.githubusercontent.com/contiki-ng/contiki-ng/${_branch}/tools/serial-io/tunslip6.c