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

Levente Polyak anthraxx at archlinux.org
Mon May 22 11:53:52 UTC 2017


    Date: Monday, May 22, 2017 @ 11:53:50
  Author: anthraxx
Revision: 229062

upgpkg: lynis 2.5.0-1

Modified:
  lynis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-22 11:36:10 UTC (rev 229061)
+++ PKGBUILD	2017-05-22 11:53:50 UTC (rev 229062)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer <seblu at aur.archlinux.org>
 
 pkgname=lynis
-pkgver=2.4.8
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
@@ -14,16 +14,18 @@
             'bind-tools: nameserver tests'
             'iptables: firewall tests'
             'bash-completion: completion for bash')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/lynis/archive/${pkgver}.tar.gz)
-sha512sums=('5e104ee6519d013a66a5ac55716c8929356993dc5a9000a51b2c2239812888ce6df3b7ab3a5c74e0ee6317c609d1533879bab8c79eedec3229a0900967fed4ad')
+source=(https://cisofy.com/files/lynis-${pkgver}.tar.gz{,.asc})
+sha512sums=('267e7afdfee31143f8b8f41cedc0bab07ab55820c888b7da380d2e0475099fb00df9e7019882afd58bf124d6b7da79bfd71086505297b06fa3bca0fb408b7d5a'
+            'SKIP')
+validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software Signing Key) <security at cisofy.com>
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
   # binary
   install -Dm 755 lynis -t "${pkgdir}/usr/bin"



More information about the arch-commits mailing list