NetworkManager-l2tp: update to 1.8.6
This commit is contained in:
parent
64394a8628
commit
1070b0ae89
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'NetworkManager-l2tp'
|
# Template file for 'NetworkManager-l2tp'
|
||||||
pkgname=NetworkManager-l2tp
|
pkgname=NetworkManager-l2tp
|
||||||
version=1.8.2
|
version=1.8.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--runstatedir=/run"
|
configure_args="--runstatedir=/run"
|
||||||
hostmakedepends="pkg-config intltool glib-devel"
|
hostmakedepends="pkg-config intltool glib-devel"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Douglas Kosovic <doug@uq.edu.au>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/nm-l2tp/NetworkManager-l2tp"
|
homepage="https://github.com/nm-l2tp/NetworkManager-l2tp"
|
||||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1d80986dc88951e298446833d314bab7af0a933e736960d6b3b025e6b7faca94
|
checksum=e345263c440ef8f48bcd95661d7772ffdbdd65e37d0a3eca813a542a3357ac23
|
||||||
|
|
||||||
# Automatically determine the pppd plugin dir location, but will need to
|
# Automatically determine the pppd plugin dir location, but will need to
|
||||||
# revbump this package whenever version of ppp package is updated.
|
# 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}
|
./configure ${configure_args} --with-pppd-plugin-dir=/usr/lib/pppd/${PPP_VERSION}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
mv $DESTDIR/etc/dbus-1 $DESTDIR/usr/share
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue