summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Polonio2018-08-27 15:19:33 +0200
committerDavide Polonio2018-08-27 15:19:33 +0200
commit532e5c546bc783d9bb081ec2f64e2f91b418c068 (patch)
tree852fd993eb1c28ea240e7f1eede95b116e4bf969
parentada8243e3170dc3c23998173993c246d1eaf5511 (diff)
downloadaur-532e5c546bc783d9bb081ec2f64e2f91b418c068.tar.gz
Fix namcap errors
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dc907720286..1b4108b60bdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = libviface-git
pkgdesc = Fork of the official libviface package. C++ bindings for Linux tun/tap and netdevice interface.
pkgver = v1.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Augugrumi/libviface
- arch = any
+ arch = x86_64
groups = linux-tools
- license = Apache License 2.0
+ license = APACHE
makedepends = git
makedepends = cmake
optdepends = libtins: packets manipulation
+ optdepends = gcc-libs: additional gcc support
provides = libviface-git
conflicts = libviface-git
source = libviface::git://github.com/Augugrumi/libviface.git
diff --git a/PKGBUILD b/PKGBUILD
index 9f335d363a18..41a5cb417002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Augugrumi <augugrumi@gmail.com>
pkgname=libviface-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=v1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fork of the official libviface package. C++ bindings for Linux tun/tap and netdevice interface."
-arch=('any')
+arch=('x86_64')
url="https://github.com/Augugrumi/libviface"
-license=('Apache License 2.0')
+license=('APACHE')
groups=( 'linux-tools')
depends=()
-optdepends=('libtins: packets manipulation')
+optdepends=('libtins: packets manipulation'
+ 'gcc-libs: additional gcc support')
makedepends=(git cmake) # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("${pkgname%-VCS}")
conflicts=("${pkgname%-VCS}")