summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2017-05-01 11:22:36 +0300
committerCaleb Maclennan2017-05-01 11:22:36 +0300
commit7b53711056c91cf12bc2b8022d629b852abe19c4 (patch)
treed0935a5b8ba82ed503d8b6c35d6a2866c6e07046
parentf82565584c23fe3a9ba3971ba2203506d6b19c4a (diff)
downloadaur-7b53711056c91cf12bc2b8022d629b852abe19c4.tar.gz
Note openssl dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d45a28853281..21226cea6653 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon May 1 08:22:00 UTC 2017
pkgbase = git-crypt-git
pkgdesc = Transparent file encryption in Git
- pkgver = 0.5.0_1_ge0b3bd7
+ pkgver = 0.5.0_4_g788a6a9
pkgrel = 1
url = http://www.agwa.name/projects/git-crypt/
arch = i686
@@ -8,6 +10,7 @@ pkgbase = git-crypt-git
license = GPL3
makedepends = git
depends = git
+ depends = openssl
provides = git-crypt
conflicts = git-crypt
source = git://github.com/AGWA/git-crypt.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 1b5dd597bb94..54e5fe78770b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# 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
+pkgver=0.5.0_4_g788a6a9
pkgrel=1
_branch=master
pkgdesc="Transparent file encryption in Git"
@@ -11,7 +12,7 @@ arch=('i686' 'x86_64')
url="http://www.agwa.name/projects/${pkgname%-git}/"
license=('GPL3')
makedepends=('git')
-depends=('git')
+depends=('git' 'openssl')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git://github.com/AGWA/${pkgname%-git}.git#branch=$_branch")