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

Felix Yan felixonmars at archlinux.org
Fri Mar 22 19:10:39 UTC 2019


    Date: Friday, March 22, 2019 @ 19:10:38
  Author: felixonmars
Revision: 443197

upgpkg: git-annex 7.20190322-1

Modified:
  git-annex/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-22 19:00:51 UTC (rev 443196)
+++ PKGBUILD	2019-03-22 19:10:38 UTC (rev 443197)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=git-annex
-pkgver=7.20190219
-pkgrel=13
+pkgver=7.20190322
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/"
 license=("AGPL3")
@@ -44,7 +44,7 @@
 package() {
   cd git-annex
   runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-desktop install-completions
 
   rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
   rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc



More information about the arch-commits mailing list