Date: Tuesday, March 14, 2017 @ 15:03:33 Author: anthraxx Revision: 216286
upgpkg: lynis 2.4.5-1 Modified: lynis/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-14 14:55:59 UTC (rev 216285) +++ PKGBUILD 2017-03-14 15:03:33 UTC (rev 216286) @@ -2,7 +2,7 @@ # Contributor: Sébastien Luttringer <[email protected]> pkgname=lynis -pkgver=2.4.2 +pkgver=2.4.5 pkgrel=1 pkgdesc='Security and system auditing tool to harden Unix/Linux systems' url='https://cisofy.com/lynis/' @@ -14,8 +14,8 @@ 'bind-tools: nameserver tests' 'iptables: firewall tests' 'bash-completion: completion for bash') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz) -sha512sums=('51b469c63ef7970511e32eb41ef7eeeff0724edea395b6b42d5e9c79159cea64e7450f140dea16fec49a0bae58a123a7d554872aecdf6a94cdc4b7fae86d2673') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/lynis/archive/${pkgver}.tar.gz) +sha512sums=('683f5696b0d0288e017a5760a8baca4f6d78fd9b2ae571eb114224d28217ff58b8a8db56d382817d7ad98dc920eb0531f15fc2f25969d38adc9cbee1f7e4511a') prepare() { cd ${pkgname}-${pkgver} @@ -26,10 +26,10 @@ cd ${pkgname}-${pkgver} # binary - install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" + install -Dm 755 lynis -t "${pkgdir}/usr/bin" # profile - install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf" + install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}" # plugins, include, db install -d "${pkgdir}/usr/share/${pkgname}"
