diff options
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 10b98705b..59608e28e 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.7.3.5 pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" -arch="x86 x86_64" +arch="all" license="GPL2" depends= subpackages="$pkgname-doc $pkgname-perl" |