* update nss-mdns to 0.15.1-2

This commit is contained in:
Alexander Baldeck 2024-08-17 13:00:17 +02:00
parent b517abd1c7
commit 08c638edff
3 changed files with 19 additions and 2 deletions

13
nss-mdns/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = nss-mdns
pkgdesc = glibc plugin providing host name resolution via mDNS
pkgver = 0.15.1
pkgrel = 2
url = http://0pointer.de/lennart/projects/nss-mdns/
arch = x86_64
license = LGPL
depends = glibc
depends = avahi
source = https://github.com/lathiat/nss-mdns/releases/download/v0.15.1/nss-mdns-0.15.1.tar.gz
sha256sums = ddf71453d7a7cdc5921fe53ef387b24fd0c3c49f4dcf94a2a437498596761a21
pkgname = nss-mdns

4
nss-mdns/.nvchecker.toml Normal file
View File

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

View File

@ -5,9 +5,9 @@
pkgname=nss-mdns
pkgver=0.15.1
pkgrel=1
pkgrel=2
pkgdesc="glibc plugin providing host name resolution via mDNS"
arch=(x86_64 powerpc64le powerpc)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://0pointer.de/lennart/projects/nss-mdns/"
license=('LGPL')
depends=('glibc' 'avahi')