git-annex: update to 5.20151218.

This commit is contained in:
Christian Neukirchen 2016-01-12 16:31:01 +01:00
parent e813bb1bec
commit 83a143b688
1 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'git-annex'
pkgname=git-annex
version=5.20151102.1
version=5.20151218
revision=1
nocross=yes
build_style=haskell-stack
stackage="lts-3.10"
stackage="lts-4.1"
hostmakedepends="ghc stack pkg-config"
makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2"
# depends are utilities required by git-annex
@ -14,7 +14,13 @@ maintainer="Evan Deaubl <evan@deaubl.name>"
license="GPL-3"
homepage="http://git-annex.branchable.com"
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=270592b61fe3e46b2b643e3eec2bdd85f7c343e4442ec41ffb2a06baf080bed5
checksum=d8aed73cbc1d1eefcbe6de7790c83f1d6458b4ac1e910d9a34b22782d16142ca
nopie=yes
post_extract() {
# messes up stack dependency resolution
rm -rf standalone/android/tmp
}
# These install steps are pulled from the install target in the
# git-annex Makefile. The target can't be called directly because it is