Date: Sunday, January 1, 2017 @ 15:11:30 Author: felixonmars Revision: 203494
upgpkg: git-annex 6.20170101-1 Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-01 15:08:35 UTC (rev 203493) +++ PKGBUILD 2017-01-01 15:11:30 UTC (rev 203494) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <arch-hask...@haskell.org> pkgname=git-annex -pkgver=6.20161210 -pkgrel=26 +pkgver=6.20170101 +pkgrel=1 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/" license=("AGPL3") @@ -16,21 +16,21 @@ "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-gnutls" "haskell-hinotify" "haskell-hslogger" - "haskell-http-client" "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" - "haskell-magic" "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" - "haskell-mountpoints" "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-socks" "haskell-stm" "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" - "haskell-tasty-quickcheck" "haskell-tasty-rerun" "haskell-text" "haskell-torrent" - "haskell-unix-compat" "haskell-unordered-containers" "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") + "haskell-feed" "haskell-hinotify" "haskell-hslogger" "haskell-http-client" + "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" "haskell-magic" + "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" + "haskell-mtl" "haskell-network" "haskell-network-info" "haskell-network-multicast" + "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-socks" "haskell-stm" + "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck" + "haskell-tasty-rerun" "haskell-text" "haskell-torrent" "haskell-unix-compat" + "haskell-unordered-containers" "haskell-utf8-string" "haskell-uuid" "haskell-wai" + "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" "haskell-yesod" + "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form" + "haskell-yesod-static") source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver") sha256sums=('SKIP') @@ -40,7 +40,7 @@ runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/$pkgname" \ -fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \ -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \ - -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime + -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime runhaskell Setup build }