diff options
-rw-r--r-- | community/git-lfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/git-lfs/APKBUILD b/community/git-lfs/APKBUILD index 4fab4083e5..5ae31e334d 100644 --- a/community/git-lfs/APKBUILD +++ b/community/git-lfs/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.7.2 pkgrel=1 pkgdesc="Git extension for versioning large files" url="https://git-lfs.github.io/" -arch="all !x86" +arch="all" license="MIT" depends="git" makedepends="go ronn" |