diff --git a/srcpkgs/vsftpd/template b/srcpkgs/vsftpd/template index d8c400057e7..098e6dc748c 100644 --- a/srcpkgs/vsftpd/template +++ b/srcpkgs/vsftpd/template @@ -1,17 +1,17 @@ # Template file for 'vsftpd' pkgname=vsftpd version=3.0.3 -revision=9 +revision=10 build_style=gnu-makefile makedepends="pam-devel libcap-devel libressl-devel" short_desc="FTP deamon with focus on security" maintainer="Enno Boland " license="GPL-3" homepage="https://security.appspot.com/vsftpd.html" -distfiles="https://security.appspot.com/downloads/$pkgname-$version.tar.gz" +distfiles="https://security.appspot.com/downloads/${pkgname}-${version}.tar.gz" checksum=9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7 system_accounts="ftp" -ftp_pgroup="nogroup" +ftp_pgroup=nogroup CFLAGS="-Wno-error" conf_files="/etc/vsftpd.conf"