git-annex: update to 6.20160229.
This commit is contained in:
parent
b1e8c55249
commit
ef04a663ab
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'git-annex'
|
||||
pkgname=git-annex
|
||||
version=6.20160126
|
||||
version=6.20160229
|
||||
revision=1
|
||||
nocross=yes
|
||||
build_style=haskell-stack
|
||||
stackage="lts-5.2"
|
||||
hostmakedepends="ghc stack pkg-config"
|
||||
makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2"
|
||||
makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2 file-devel"
|
||||
# depends are utilities required by git-annex
|
||||
depends="git rsync curl lsof gnupg2"
|
||||
short_desc="Git addon for managing large files"
|
||||
|
@ -14,7 +14,7 @@ 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=dc59f670a3d0bdb90db8fc6cadba8003708219bb0dc3d56867a9246d825c0d11
|
||||
checksum=1eac609eeedbf01cf088461577b478a3aa99f7ecefa668214308e3b5509c1506
|
||||
nopie=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue