summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2019-05-28 07:51:28 +0300
committerMantas Mikulėnas2019-05-28 07:51:28 +0300
commitac7d77f1d58a77c91ddd44fbc7292b9e84d84e4d (patch)
tree6eae869757a05963cbe85509d5908e7c5ac16767
parentcc50dcad6d0435b270570150759bdbe8f12c2549 (diff)
downloadaur-ac7d77f1d58a77c91ddd44fbc7292b9e84d84e4d.tar.gz
fix certbot hook path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 777736bc2c8a..ff29a4254acb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netkit-telnet-ssl
pkgdesc = Telnet client and server with TLS support (Debian Netkit version)
pkgver = 0.17.41+0.2
- pkgrel = 4
+ pkgrel = 5
url = http://www.hcs.harvard.edu/~dholland/computers/netkit.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a04c16a39cd6..3462a227b6da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=netkit-telnet-ssl
_debver=0.17.41+0.2
_debrel=3
pkgver=$_debver
-pkgrel=4
+pkgrel=5
pkgdesc="Telnet client and server with TLS support (Debian Netkit version)"
arch=('i686' 'x86_64')
depends=('glibc' 'openssl' 'ncurses')
@@ -79,7 +79,7 @@ package() {
"$pkgdir"/etc/acme/hooks/netkit-telnetd-ssl
install -D -m 755 "$srcdir"/netkit-telnetd-ssl.certbot.sh \
- "$pkgdir"/etc/letsencrypt/renew-hooks/deploy/netkit-telnetd-ssl
+ "$pkgdir"/etc/letsencrypt/renewal-hooks/deploy/netkit-telnetd-ssl
}
# cleanbuild: required