* update libasyncns to 1:0.8+r3+g68cd5af-3

This commit is contained in:
Alexander Baldeck 2024-08-24 09:04:35 +02:00
parent d1deb7414c
commit 5b0329430d
2 changed files with 16 additions and 2 deletions

15
libasyncns/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = libasyncns
pkgdesc = A C library for executing name service queries asynchronously
pkgver = 0.8+r3+g68cd5af
pkgrel = 3
epoch = 1
url = https://0pointer.net/lennart/projects/libasyncns/
arch = x86_64
license = LGPL
makedepends = git
makedepends = lynx
depends = glibc
source = git+https://git.0pointer.net/clone/libasyncns.git#commit=68cd5aff1467638c086f1bedcc750e34917168e4
sha256sums = SKIP
pkgname = libasyncns

View File

@ -7,7 +7,7 @@
pkgname=libasyncns
pkgver=0.8+r3+g68cd5af
pkgrel=2
pkgrel=3
epoch=1
pkgdesc="A C library for executing name service queries asynchronously"
url="https://0pointer.net/lennart/projects/libasyncns/"
@ -15,7 +15,6 @@ arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL)
depends=(glibc)
makedepends=(git lynx)
options=(debug)
_commit=68cd5aff1467638c086f1bedcc750e34917168e4 # master
source=("git+https://git.0pointer.net/clone/libasyncns.git#commit=$_commit")
sha256sums=('SKIP')