main/libnftnl: upgrade to 1.2.7

remove prepare() function, update_config_sub is not needed with this
version
This commit is contained in:
Milan P. Stanić 2024-07-24 08:41:09 +00:00 committed by J0WI
parent f2321ffbed
commit 5a4f33baf8

View file

@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=libnftnl
pkgver=1.2.6
pkgver=1.2.7
pkgrel=0
pkgdesc="Netfilter library providing interface to the nf_tables subsystem"
url="https://netfilter.org/projects/libnftnl"
@ -17,11 +17,6 @@ case "$CARCH" in
s390x) options="!check" ;; # FIXME
esac
prepare() {
default_prepare
update_config_sub
}
build() {
./configure \
--build=$CBUILD \
@ -44,5 +39,5 @@ package() {
}
sha512sums="
0c8c369eec84b0c568f0067598bece6e3be9a0fbd977e443ae3b14a5a6d842a6086ceb5426a65f8c77204709655f148c1241193f1a928f8c12154a57e3548b34 libnftnl-1.2.6.tar.xz
24ff3e7e97f51cb5dfda2fbd2f5e175abcec0dd58f94936022800ec356ff004a531f0915df72278b867769ba71473d407b01d52cc33a3cafb043d9a90b051f9d libnftnl-1.2.7.tar.xz
"