summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2016-09-06 11:42:13 +0200
committerKarol Babioch2016-09-06 11:42:13 +0200
commit820bbd33daa71bc4d121d68ffc210e1e73565eb4 (patch)
treea34f45cc086960b8da6e710b34520a704a458f7a
parentd71f06d2d703cda8d72b6fd9491f44eba25705d6 (diff)
downloadaur-820bbd33daa71bc4d121d68ffc210e1e73565eb4.tar.gz
Add dependencies and provides/conflicts
-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')