diff options
Diffstat (limited to 'core/git')
| -rw-r--r-- | core/git/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/git/APKBUILD b/core/git/APKBUILD index ed3c2d56fe..931b4bddc5 100644 --- a/core/git/APKBUILD +++ b/core/git/APKBUILD @@ -1,11 +1,11 @@ pkgname=git pkgver=1.6.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" license="GPL2" -depends="zlib" -makedepends=zlib-dev +depends="zlib openssl" +makedepends="zlib-dev openssl-dev" source="http://kernel.org/pub/software/scm/git/git-1.6.0.4.tar.bz2 git-1.6.0.4-noperl.patch bb-tar.patch |
