Date: Wednesday, July 22, 2015 @ 22:46:01 Author: anthraxx Revision: 137288
upgpkg: lynis 2.1.1-1 updpkg lynis 2.1.1-1 Modified: lynis/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-22 15:30:04 UTC (rev 137287) +++ PKGBUILD 2015-07-22 20:46:01 UTC (rev 137288) @@ -2,8 +2,8 @@ # Contributor: Sébastien Luttringer <[email protected]> pkgname=lynis -pkgver=2.1.0 -pkgrel=2 +pkgver=2.1.1 +pkgrel=1 pkgdesc='Security and system auditing tool to harden Unix/Linux systems' url='https://cisofy.com/lynis/' license=('GPL3') @@ -15,7 +15,7 @@ 'bash-completion: completion for bash' ) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz) -sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346') +sha512sums=('99d07a420de943f884e41750f98cfb9248f9367958df55e06faa6d790205812681ebe7d72d9ed1f7086960d9330a3228b6a36c7c8c928341bddcf4aff8155440') prepare() { cd ${pkgname}-${pkgver} @@ -24,13 +24,13 @@ package() { cd ${pkgname}-${pkgver} + + # binary + install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" # profile install -Dm 644 default.prf "${pkgdir}/etc/${pkgname}/default.prf" - # binary - install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" - # plugins, include, db install -d "${pkgdir}/usr/share/${pkgname}" cp -a db include plugins "${pkgdir}/usr/share/${pkgname}" @@ -38,8 +38,6 @@ # doc files install -d "${pkgdir}/usr/share/doc/${pkgname}" install -m 644 -t "${pkgdir}/usr/share/doc/${pkgname}" README INSTALL CHANGELOG FAQ - - # manpage install -Dm 644 "${pkgname}.8" "${pkgdir}/usr/share/man/man8/${pkgname}.8" # completion
