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

Felix Yan fyan at archlinux.org
Sat Jan 16 10:48:13 UTC 2016


    Date: Saturday, January 16, 2016 @ 11:48:12
  Author: fyan
Revision: 156987

upgpkg: git-annex 6.20160114-2

- rebuild with base-orphans-0.5.0, exceptions-0.8.1, free-4.12.2, HTTP-4000.3.1, reflection-2.1.1.1
- enable webapp

Modified:
  git-annex/trunk/PKGBUILD

----------+
 PKGBUILD |   35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-16 10:23:01 UTC (rev 156986)
+++ PKGBUILD	2016-01-16 10:48:12 UTC (rev 156987)
@@ -4,26 +4,31 @@
 
 pkgname=git-annex
 pkgver=6.20160114
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/"
 license=("GPL3")
 arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" "haskell-bloomfilter"
-             "haskell-case-insensitive" "haskell-concurrent-output" "haskell-conduit"
-             "haskell-conduit-extra" "haskell-cryptonite" "haskell-data-default" "haskell-dav"
-             "haskell-dbus" "haskell-dlist" "haskell-dns" "haskell-edit-distance"
-             "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" "haskell-feed"
-             "haskell-gnutls" "haskell-hinotify" "haskell-hslogger" "haskell-http-client"
-             "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" "haskell-json"
-             "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
-             "haskell-network" "haskell-network-info" "haskell-network-multicast"
-             "haskell-network-protocol-xmpp" "haskell-network-uri" "haskell-old-locale"
-             "haskell-optparse-applicative" "haskell-persistent" "haskell-persistent-sqlite"
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" "haskell-blaze-builder"
+             "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive"
+             "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit"
+             "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+             "haskell-data-default" "haskell-dav" "haskell-dbus" "haskell-dlist" "haskell-dns"
+             "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
+             "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" "haskell-hinotify"
+             "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+             "haskell-http-types" "haskell-ifelse" "haskell-json" "haskell-missingh"
+             "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" "haskell-network"
+             "haskell-network-info" "haskell-network-multicast" "haskell-network-protocol-xmpp"
+             "haskell-network-uri" "haskell-old-locale" "haskell-optparse-applicative"
+             "haskell-path-pieces" "haskell-persistent" "haskell-persistent-sqlite"
              "haskell-persistent-template" "haskell-quickcheck" "haskell-random"
              "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" "haskell-sandi"
-             "haskell-stm" "haskell-text" "haskell-torrent" "haskell-unix-compat"
-             "haskell-utf8-string" "haskell-uuid" "haskell-xml-types")
+             "haskell-securemem" "haskell-shakespeare" "haskell-stm" "haskell-template-haskell"
+             "haskell-text" "haskell-torrent" "haskell-unix-compat" "haskell-utf8-string"
+             "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp" "haskell-warp-tls"
+             "haskell-xml-types" "haskell-yesod" "haskell-yesod-core" "haskell-yesod-default"
+             "haskell-yesod-form" "haskell-yesod-static")
 depends=('git' 'rsync' 'libxml2')
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
@@ -35,7 +40,7 @@
     runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
         -ftahoe -fquvi -ffeed -ftdfa -f-testsuite -f-androidsplice \
-        -f-android -fproduction -fdns -fpairing -f-webapp-secure -f-webapp \
+        -f-android -fproduction -fdns -fpairing -fwebapp-secure -fwebapp \
         -fassistant -fwebdav -fs3 -f-benchmark
     runhaskell Setup build
 }



More information about the arch-commits mailing list