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

Christian Rebischke shibumi at archlinux.org
Fri Feb 28 16:34:43 UTC 2020


    Date: Friday, February 28, 2020 @ 16:34:42
  Author: shibumi
Revision: 586641

upgpkg: arch-audit 0.1.13-2 disable pacman hook

We've decided to disable this hook, if you want to enable it,
either move it to /usr/share/libalpm/hooks/arch-audit.hook or symlink it to there.
The default directory for the hook will be /usr/share/arch-audit/arch-audit.hook from now.

Modified:
  arch-audit/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-28 16:07:15 UTC (rev 586640)
+++ PKGBUILD	2020-02-28 16:34:42 UTC (rev 586641)
@@ -3,7 +3,7 @@
 
 pkgname=arch-audit
 pkgver=0.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc='An utility like pkg-audit based on Arch CVE Monitoring Team data'
 url='https://gitlab.com/ilpianista/arch-audit'
 depends=('curl' 'openssl')
@@ -35,5 +35,5 @@
     "${pkgdir}"/usr/share/zsh/site-functions/_arch-audit
 
   install -Dm644 hooks/arch-audit.hook \
-    "${pkgdir}/usr/share/libalpm/hooks/arch-audit.hook"
+    "${pkgdir}/usr/share/${pkgname}/arch-audit.hook"
 }



More information about the arch-commits mailing list