* update talloc to 2.4.2-3

This commit is contained in:
Alexander Baldeck 2024-08-15 07:27:02 +02:00
parent 865c472a14
commit 9f687a38ab
2 changed files with 22 additions and 2 deletions

20
talloc/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = talloc
pkgdesc = Hierarchical pool based memory allocator with destructors
pkgver = 2.4.2
pkgrel = 3
url = https://talloc.samba.org/
arch = x86_64
license = GPL-3.0-or-later
makedepends = python
makedepends = docbook-xsl
depends = glibc
depends = libbsd
depends = libxcrypt
optdepends = python: for python bindings
source = https://www.samba.org/ftp/talloc/talloc-2.4.2.tar.gz
source = https://www.samba.org/ftp/talloc/talloc-2.4.2.tar.asc
validpgpkeys = 9147A339719518EE9011BCB54793916113084025
sha512sums = fb91665ffbe0cce96b1359940ff3ed21330c81c5331140788a26aa94f82b50492176e6000ff54b31d1a434bb1cb53a6a2c7894153545252a1fd91bda7c05a213
sha512sums = SKIP
pkgname = talloc

View File

@ -4,12 +4,12 @@
pkgname=talloc
pkgver=2.4.2
pkgrel=2
pkgrel=3
pkgdesc="Hierarchical pool based memory allocator with destructors"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL-3.0-or-later')
url="https://talloc.samba.org/"
depends=('glibc' 'libxcrypt')
depends=('glibc' 'libbsd' 'libxcrypt')
makedepends=('python' 'docbook-xsl')
optdepends=('python: for python bindings')
source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})