NetworkManager-l2tp: update to 1.8.6

This commit is contained in:
cinerea0 2020-11-30 14:19:38 -05:00 committed by Érico Nogueira Rolim
parent 64394a8628
commit 1070b0ae89

View file

@ -1,7 +1,7 @@
# Template file for 'NetworkManager-l2tp'
pkgname=NetworkManager-l2tp
version=1.8.2
revision=2
version=1.8.6
revision=1
build_style=gnu-configure
configure_args="--runstatedir=/run"
hostmakedepends="pkg-config intltool glib-devel"
@ -13,7 +13,7 @@ maintainer="Douglas Kosovic <doug@uq.edu.au>"
license="GPL-2.0-or-later"
homepage="https://github.com/nm-l2tp/NetworkManager-l2tp"
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
checksum=1d80986dc88951e298446833d314bab7af0a933e736960d6b3b025e6b7faca94
checksum=e345263c440ef8f48bcd95661d7772ffdbdd65e37d0a3eca813a542a3357ac23
# Automatically determine the pppd plugin dir location, but will need to
# revbump this package whenever version of ppp package is updated.
@ -22,7 +22,3 @@ do_configure() {
./configure ${configure_args} --with-pppd-plugin-dir=/usr/lib/pppd/${PPP_VERSION}
}
post_install() {
mv $DESTDIR/etc/dbus-1 $DESTDIR/usr/share
}