Date: Tuesday, January 19, 2016 @ 18:12:41 Author: fyan Revision: 157704
upgpkg: git-annex 6.20160114-6 enable testsuite Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-19 17:05:30 UTC (rev 157703) +++ PKGBUILD 2016-01-19 17:12:41 UTC (rev 157704) @@ -4,7 +4,7 @@ pkgname=git-annex pkgver=6.20160114 -pkgrel=5 +pkgrel=6 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/" license=("AGPL3") @@ -24,9 +24,10 @@ "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-securemem" "haskell-shakespeare" "haskell-stm" "haskell-text" - "haskell-torrent" "haskell-unix-compat" "haskell-utf8-string" "haskell-uuid" - "haskell-wai" "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" + "haskell-securemem" "haskell-shakespeare" "haskell-stm" "haskell-tasty" + "haskell-tasty-hunit" "haskell-tasty-quickcheck" "haskell-tasty-rerun" + "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' 'gsasl') @@ -39,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 \ + -ftahoe -fquvi -ffeed -ftdfa -ftestsuite -f-androidsplice \ -f-android -fproduction -fdns -fpairing -fwebapp-secure -fwebapp \ -fassistant -fwebdav -fs3 -f-benchmark runhaskell Setup build
