libnetfilter_cthelper: update to 1.0.1.

This commit is contained in:
Duncaen 2023-04-10 18:18:23 +02:00
parent d26bf7b58f
commit 4371a261b2
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 3 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'libnetfilter_cthelper'
pkgname=libnetfilter_cthelper
version=1.0.0
version=1.0.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libmnl-devel"
short_desc="Interface to the connection tracking user-space helper infrastructure"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="http://www.netfilter.org/projects/libnetfilter_cthelper/index.html"
distfiles="http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-${version}.tar.bz2"
checksum=07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d
checksum=14073d5487233897355d3ff04ddc1c8d03cc5ba8d2356236aa88161a9f2dc912
libnetfilter_cthelper-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
@ -21,4 +21,3 @@ libnetfilter_cthelper-devel_package() {
vmove usr/lib/pkgconfig
}
}