mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
git-annex: update to 5.20151102.1
This commit is contained in:
parent
b5049f6243
commit
f8d34c9f6c
1 changed files with 4 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'git-annex'
|
# Template file for 'git-annex'
|
||||||
pkgname=git-annex
|
pkgname=git-annex
|
||||||
version=5.20150824
|
version=5.20151102.1
|
||||||
revision=3
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-3.5"
|
stackage="lts-3.10"
|
||||||
hostmakedepends="ghc stack pkg-config"
|
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"
|
||||||
# depends are utilities required by git-annex
|
# depends are utilities required by git-annex
|
||||||
|
@ -14,11 +14,7 @@ maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://git-annex.branchable.com"
|
homepage="http://git-annex.branchable.com"
|
||||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=45088dd5ff5a63ca38965e60843e42c1b8424b3437b58af68929cf61ef0819e4
|
checksum=270592b61fe3e46b2b643e3eec2bdd85f7c343e4442ec41ffb2a06baf080bed5
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
rm -rf standalone/android/tmp
|
|
||||||
}
|
|
||||||
|
|
||||||
# These install steps are pulled from the install target in the
|
# These install steps are pulled from the install target in the
|
||||||
# git-annex Makefile. The target can't be called directly because it is
|
# git-annex Makefile. The target can't be called directly because it is
|
||||||
|
|
Loading…
Add table
Reference in a new issue