summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8febebeeab62..cc94a0c6cfdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
pkgname=getssl-git
pkgver=1.0.r78.3753402
-pkgrel=1
+pkgrel=2
pkgdesc='Obtain SSL certificates from the letsencrypt.org ACME server. Suitable for automating the process on remote servers.'
arch=('any')
url='https://github.com/srvrco/getssl'
license=('GPL2')
+depends=('openssl' 'curl' 'bind-tools')
makedepends=('git')
+provides=('getssl-git')
+conflicts=('getssl-git')
source=("$pkgname::git+https://github.com/srvrco/getssl.git")
sha256sums=('SKIP')