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

Felix Yan felixonmars at archlinux.org
Tue Jun 13 16:12:28 UTC 2017


    Date: Tuesday, June 13, 2017 @ 16:12:27
  Author: felixonmars
Revision: 236621

upgpkg: git-annex 6.20170520-1

Modified:
  git-annex/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-13 16:12:01 UTC (rev 236620)
+++ PKGBUILD	2017-06-13 16:12:27 UTC (rev 236621)
@@ -3,18 +3,18 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=git-annex
-pkgver=6.20170519
-pkgrel=29
+pkgver=6.20170520
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/"
 license=("AGPL3")
 arch=('i686' 'x86_64')
 depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" "haskell-blaze-builder"
-             "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
-             "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit"
-             "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" "haskell-dav"
-             "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" "haskell-dns"
+makedepends=("ghc=8.0.1" "chrpath" "git" "haskell-aeson" "haskell-async" "haskell-aws"
+             "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable"
+             "haskell-case-insensitive" "haskell-clientsession" "haskell-concurrent-output"
+             "haskell-conduit" "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default"
+             "haskell-dav" "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" "haskell-dns"
              "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify"
              "haskell-feed" "haskell-hinotify" "haskell-hslogger" "haskell-http-client"
              "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" "haskell-magic"
@@ -47,7 +47,7 @@
 package() {
   cd git-annex
   runhaskell Setup copy --destdir="$pkgdir"
-  make DESTDIR="$pkgdir" install-misc
+  make BUILDER=true DESTDIR="$pkgdir" install-misc
 
   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