libnftnl: update to 1.1.2.
This commit is contained in:
parent
8fd56d68ad
commit
476cf46ef1
2 changed files with 4 additions and 4 deletions
|
@ -1725,7 +1725,7 @@ libcln.so.6 cln-1.3.3_1
|
|||
libchm.so.0 libchmlib-0.40_1
|
||||
libOkular5Core.so.9 libokular-18.04.1_1
|
||||
libmnl.so.0 libmnl-1.0.3_1
|
||||
libnftnl.so.7 libnftnl-1.0.8_1
|
||||
libnftnl.so.11 libnftnl-1.1.2_1
|
||||
libfcgi.so.0 fcgi-2.4.0_2
|
||||
libdshconfig.so.1 libdshconfig-0.20.13_1
|
||||
libpar2.so.1 libpar2-0.4_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libnftnl'
|
||||
pkgname=libnftnl
|
||||
version=1.1.1
|
||||
version=1.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,11 +10,11 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.netfilter.org/projects/libnftnl/"
|
||||
distfiles="https://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=5d6a65413f27ec635eedf6aba033f7cf671d462a2afeacc562ba96b19893aff2
|
||||
checksum=a5c7b7a6c13c9c5898b13fcb1126fefce2015d5a96d7c354b19aaa40b6aece5d
|
||||
|
||||
libnftnl-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in a new issue