* update libcap-ng to 0.8.5-3

This commit is contained in:
Alexander Baldeck 2024-12-04 16:40:29 +01:00
parent 70fd2d63f9
commit a260a9de58
3 changed files with 7 additions and 2 deletions

View File

@ -1,12 +1,13 @@
pkgbase = libcap-ng
pkgdesc = A library for Linux that makes using posix capabilities easy
pkgver = 0.8.5
pkgrel = 2.1
pkgrel = 3
url = https://people.redhat.com/sgrubb/libcap-ng/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = espresso
arch = riscv64
license = GPL-2.0-or-later
license = LGPL-2.1-or-later

View File

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

View File

@ -10,7 +10,7 @@ pkgname=(
python-capng
)
pkgver=0.8.5
pkgrel=2.1
pkgrel=3
pkgdesc='A library for Linux that makes using posix capabilities easy'
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
url='https://people.redhat.com/sgrubb/libcap-ng/'