* update libteam to 1.32-2

This commit is contained in:
Alexander Baldeck 2024-08-20 03:47:58 +02:00
parent 0669104086
commit 4d1a6df77a
3 changed files with 31 additions and 1 deletions

26
libteam/.SRCINFO Normal file
View File

@ -0,0 +1,26 @@
pkgbase = libteam
pkgdesc = Library for controlling team network device
pkgver = 1.32
pkgrel = 2
url = http://libteam.org/
arch = x86_64
license = LGPL
makedepends = doxygen
makedepends = git
makedepends = graphviz
depends = bash
depends = jansson
depends = libdaemon
depends = libdbus
depends = libnl
depends = zeromq
source = git+https://github.com/jpirko/libteam#commit=8b843e93cee1dab61fb79b01791201cdad45e1d1
b2sums = SKIP
pkgname = libteam
provides = libteam.so
provides = libteamdctl.so
pkgname = libteam-docs
pkgdesc = Library for controlling team network device (documentation)
depends =

4
libteam/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[libteam]
source = "git"
git = "https://github.com/jpirko/libteam.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgbase=libteam
pkgname=(libteam libteam-docs)
pkgver=1.32
pkgrel=1
pkgrel=2
pkgdesc="Library for controlling team network device"
url="http://libteam.org/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)