libnetfilter_queue: update to 1.0.4.
This commit is contained in:
parent
99172c5242
commit
4a69460786
1 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libnetfilter_queue'
|
||||
pkgname=libnetfilter_queue
|
||||
version=1.0.3
|
||||
version=1.0.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libnfnetlink-devel libmnl-devel"
|
||||
short_desc="An API to packets that have been queued by the kernel packet filter"
|
||||
short_desc="API to packets that have been queued by the kernel packet filter"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.netfilter.org/projects/libnetfilter_queue/index.html"
|
||||
distfiles="http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${version}.tar.bz2"
|
||||
checksum=9859266b349d74c5b1fdd59177d3427b3724cd72a97c49cc2fffe3b55da8e774
|
||||
checksum=51f93233f7d1bffdc9268b9b3523317ce6c7e79daa750b490d90cdb8d033fa70
|
||||
|
||||
CFLAGS="-D_GNU_SOURCE"
|
||||
|
||||
|
@ -28,4 +28,3 @@ libnetfilter_queue-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue