[arch-commits] Commit in git-lfs/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed May 30 08:17:54 UTC 2018


    Date: Wednesday, May 30, 2018 @ 08:17:53
  Author: foxboron
Revision: 333339

upgpkg: git-lfs 2.4.1-2

Fixed FS#58788 - Missing git-lfs-config(5) manpage

Modified:
  git-lfs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 08:17:08 UTC (rev 333338)
+++ PKGBUILD	2018-05-30 08:17:53 UTC (rev 333339)
@@ -2,7 +2,7 @@
 
 pkgname=git-lfs
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')
 url="https://git-lfs.github.com"
@@ -36,4 +36,6 @@
   install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
   install -d "$pkgdir"/usr/share/man/man1
   install -Dm644 man/*.1 "$pkgdir"/usr/share/man/man1
+  install -d "$pkgdir"/usr/share/man/man5
+  install -Dm644 man/*.5 "$pkgdir"/usr/share/man/man5
 }



More information about the arch-commits mailing list