[arch-commits] Commit in acme.sh/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Sep 3 17:45:58 UTC 2019


    Date: Tuesday, September 3, 2019 @ 17:45:58
  Author: felixonmars
Revision: 507868

upgpkg: acme.sh 2.8.2-2

add notify hook scripts (FS#63533)

Modified:
  acme.sh/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-03 16:42:54 UTC (rev 507867)
+++ PKGBUILD	2019-09-03 17:45:58 UTC (rev 507868)
@@ -3,7 +3,7 @@
 
 pkgname=acme.sh
 pkgver=2.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='An ACME Shell script, an acme client alternative to certbot'
 arch=('any')
 url='https://github.com/Neilpang/acme.sh'
@@ -17,11 +17,13 @@
 
   install -dm755 "$pkgdir"/usr/share/acme.sh/deploy
   install -dm755 "$pkgdir"/usr/share/acme.sh/dnsapi
+  install -dm755 "$pkgdir"/usr/share/acme.sh/notify
   install -dm755 "$pkgdir"/usr/bin
 
   install -m755 acme.sh "$pkgdir"/usr/share/acme.sh/
   install -m755 deploy/*.sh "$pkgdir"/usr/share/acme.sh/deploy/
   install -m755 dnsapi/*.sh "$pkgdir"/usr/share/acme.sh/dnsapi/
+  install -m755 notify/*.sh "$pkgdir"/usr/share/acme.sh/notify/
 
   ln -s /usr/share/acme.sh/acme.sh "$pkgdir"/usr/bin/acme.sh
 }



More information about the arch-commits mailing list