summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46dd6664b836..9524478e4058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = getssl-git
pkgdesc = Obtain SSL certificates from the letsencrypt.org ACME server. Suitable for automating the process on remote servers.
pkgver = 1.0.r78.3753402
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/srvrco/getssl
arch = any
license = GPL2
makedepends = git
+ depends = openssl
+ depends = curl
+ depends = bind-tools
+ provides = getssl-git
+ conflicts = getssl-git
source = getssl-git::git+https://github.com/srvrco/getssl.git
sha256sums = SKIP
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')