* update talloc to 2.4.2-4

This commit is contained in:
Alexander Baldeck 2024-12-05 23:12:33 +01:00
parent 735664770c
commit d0ca3c3504
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = talloc
pkgdesc = Hierarchical pool based memory allocator with destructors
pkgver = 2.4.2
pkgrel = 3
pkgrel = 4
url = https://talloc.samba.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-3.0-or-later
makedepends = python
makedepends = docbook-xsl

View File

@ -4,7 +4,7 @@
pkgname=talloc
pkgver=2.4.2
pkgrel=3.1
pkgrel=4
pkgdesc="Hierarchical pool based memory allocator with destructors"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL-3.0-or-later')