diff options
| author | Timo Teras <timo.teras@iki.fi> | 2009-01-07 16:38:44 +0200 |
|---|---|---|
| committer | Timo Teras <timo.teras@iki.fi> | 2009-01-07 16:38:44 +0200 |
| commit | 14fc7bc5cbc2eb24f08337939967e0165ab40c3b (patch) | |
| tree | ad728c7c055448f941653499e67a9d083a0b51c9 /core/git | |
| parent | 8ce091db6788ea04a65a8b98ca1b73e3a4816bb2 (diff) | |
| parent | 57f8bb3864e6f0507772342984f739fa12802668 (diff) | |
| download | aports-14fc7bc5cbc2eb24f08337939967e0165ab40c3b.tar.bz2 aports-14fc7bc5cbc2eb24f08337939967e0165ab40c3b.tar.xz | |
Merge branch 'master' of ssh://dev.alpinelinux.org/gitroot/aports
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 |
