Date: Friday, February 12, 2016 @ 08:49:41 Author: fyan Revision: 161397
upgpkg: git-annex 6.20160211-1 Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-12 07:33:52 UTC (rev 161396) +++ PKGBUILD 2016-02-12 07:49:41 UTC (rev 161397) @@ -3,12 +3,13 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=git-annex -pkgver=6.20160126 -pkgrel=7 +pkgver=6.20160211 +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=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" @@ -17,23 +18,22 @@ "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-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') + "haskell-http-types" "haskell-ifelse" "haskell-json" "haskell-magic" + "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-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") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('dc59f670a3d0bdb90db8fc6cadba8003708219bb0dc3d56867a9246d825c0d11') +sha256sums=('0a7d2dab17df27c06a935c469ced47a68d3c018cbb9254c9a735b584d413fb42') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -41,7 +41,7 @@ runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \ -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \ - -fassistant -fwebdav -fs3 -f-benchmark + -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime runhaskell Setup build }
