summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2015-03-10 10:25:57 -0300
committerCaleb Maclennan2015-06-23 10:44:05 +0300
commitf82565584c23fe3a9ba3971ba2203506d6b19c4a (patch)
tree753f01fa9e667058cf4a886460c991ac5afb6899 /PKGBUILD
parent133c8201078475b2a25d57bdb9b1783085907c4b (diff)
downloadaur-f82565584c23fe3a9ba3971ba2203506d6b19c4a.tar.gz
Remove transitive dependency.
OpenSSL is already required by Git, so it's redundadant to specify it (and against PKGBUILD guidelines).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57e1b72ef405..1b5dd597bb94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
+# Contributor: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=git-crypt-git
pkgver=0.5.0_1_ge0b3bd7
@@ -9,7 +10,8 @@ pkgdesc="Transparent file encryption in Git"
arch=('i686' 'x86_64')
url="http://www.agwa.name/projects/${pkgname%-git}/"
license=('GPL3')
-makedepends=('git' 'openssl')
+makedepends=('git')
+depends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git://github.com/AGWA/${pkgname%-git}.git#branch=$_branch")