Date: Thursday, March 2, 2017 @ 04:15:03 Author: felixonmars Revision: 214421
upgpkg: git-annex 6.20170301.1-1 Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-02 02:52:46 UTC (rev 214420) +++ PKGBUILD 2017-03-02 04:15:03 UTC (rev 214421) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=git-annex -pkgver=6.20170214 -pkgrel=13 +pkgver=6.20170301.1 +pkgrel=1 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/" license=("AGPL3") @@ -31,7 +31,7 @@ "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") +source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver") sha256sums=('SKIP') build() { @@ -38,7 +38,7 @@ cd git-annex runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/$pkgname" \ - -fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \ + -fnetwork-uri -fconcurrentoutput -ftorrentparser \ -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \ -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime runhaskell Setup build
