diff --git a/srcpkgs/alfred/template b/srcpkgs/alfred/template index 41dcc08ed04..82d4d2017ca 100644 --- a/srcpkgs/alfred/template +++ b/srcpkgs/alfred/template @@ -1,14 +1,14 @@ # Template file for 'alfred' pkgname=alfred -version=2018.1 +version=2018.3 revision=1 build_style=gnu-makefile short_desc="Daemon for distributing arbitrary information over a batman mesh" maintainer="Enno Boland " -license="GPL-2, MIT" +license="GPL-2.0-or-later, MIT" homepage="https://www.open-mesh.org/projects/alfred/wiki" distfiles="https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz" -checksum=808fa6acf65c7a8e26405115176a5587157f746108cbe5dd974788eb05416d76 +checksum=6265b8a3e99186ecb6e0cf7dde84fe8b67c66d9fefa6286f9f12110e98f28b1a hostmakedepends="pkg-config" makedepends="libcap-devel libnl3-devel" make_build_args="CONFIG_ALFRED_GPSD=n" @@ -19,6 +19,5 @@ CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3" post_install() { vsv alfred vsv batadv-vis - vlicense LICENSES/preferred/MIT }