diff options
-rw-r--r-- | community/git-lfs/APKBUILD | 2 | ||||
-rw-r--r-- | community/git-lfs/git-lfs.post-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/git-lfs/APKBUILD b/community/git-lfs/APKBUILD index ad7bc2f1a1..b54f4fdaac 100644 --- a/community/git-lfs/APKBUILD +++ b/community/git-lfs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=git-lfs pkgver=2.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Git extension for versioning large files" url="https://git-lfs.github.io/" arch="all" diff --git a/community/git-lfs/git-lfs.post-install b/community/git-lfs/git-lfs.post-install index cc239e075e..cc9a36578e 100644 --- a/community/git-lfs/git-lfs.post-install +++ b/community/git-lfs/git-lfs.post-install @@ -1,3 +1,3 @@ #!/bin/sh -git-lfs install --system +git-lfs install --skip-repo --system |