[arch-commits] Commit in lynis/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Mar 20 18:20:20 UTC 2016


    Date: Sunday, March 20, 2016 @ 19:20:20
  Author: anthraxx
Revision: 167750

upgpkg: lynis 2.2.0-1

Modified:
  lynis/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-20 18:12:42 UTC (rev 167749)
+++ PKGBUILD	2016-03-20 18:20:20 UTC (rev 167750)
@@ -2,12 +2,12 @@
 # Contributor: Sébastien Luttringer <seblu at aur.archlinux.org>
 
 pkgname=lynis
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
+arch=('any')
 license=('GPL3')
-arch=('any')
 backup=('etc/lynis/default.prf')
 depends=('sh')
 optdepends=(
@@ -15,7 +15,7 @@
   'bash-completion: completion for bash'
 )
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('99d07a420de943f884e41750f98cfb9248f9367958df55e06faa6d790205812681ebe7d72d9ed1f7086960d9330a3228b6a36c7c8c928341bddcf4aff8155440')
+sha512sums=('69b638c917bd004479922b369b24aafa165196076632da95fb3a2caf521ede35bb6b2a93c76d73bd8abe898725d03684a96dad5abd5e7a74542a2c4c0a8d287d')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  
+
   # binary
   install -Dm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
 
@@ -48,4 +48,4 @@
   install -m 644 extras/systemd/{lynis.service,lynis.timer} "${pkgdir}/usr/lib/systemd/system/"
 }
 
-# vim:set ts=2 sw=2 ft=sh et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list