diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-03-22 01:33:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-03-22 01:36:21 -0300 |
commit | d917de0d8a7089c321ce4dfb88e19067a311e8d7 (patch) | |
tree | cdc5c117918e75e618961b9597ab074ec260c979 /pcr/git-annex-static | |
parent | b3d7afb2b5488c9fa529dff9b2ccb252a0622c19 (diff) | |
download | abslibre-d917de0d8a7089c321ce4dfb88e19067a311e8d7.tar.gz abslibre-d917de0d8a7089c321ce4dfb88e19067a311e8d7.tar.bz2 abslibre-d917de0d8a7089c321ce4dfb88e19067a311e8d7.zip |
git-annex-static: upgrade
Diffstat (limited to 'pcr/git-annex-static')
-rw-r--r-- | pcr/git-annex-static/PKGBUILD | 8 | ||||
-rw-r--r-- | pcr/git-annex-static/SRCBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pcr/git-annex-static/PKGBUILD b/pcr/git-annex-static/PKGBUILD index 676caa9ae..2cea6273b 100644 --- a/pcr/git-annex-static/PKGBUILD +++ b/pcr/git-annex-static/PKGBUILD @@ -8,7 +8,7 @@ test -z "$LANG" && export LANG="en_US.utf8" pkgname=git-annex-static _pkgname=git-annex -pkgver=5.20141024 +pkgver=5.20150317 pkgrel=1 _srcrel=1 pkgdesc='Manage files with git, without checking their contents in' @@ -22,9 +22,6 @@ source=(https://repo.parabola.nu/other/git-annex-static/${_pkgname}-${pkgver}-${ SRCBUILD) replaces=('git-annex') provides=('git-annex') -md5sums=('5c1760042568c068d76087a24776715f' - 'SKIP' - 'c62b7f7093662f2e672b562bb97c86ae') # PKGBUILD functions build() { @@ -61,3 +58,6 @@ package() { install -d ${pkgdir}/usr/share/licenses/${pkgname} cp -rv ${srcdir}/build/usr/share/doc/* ${pkgdir}/usr/share/licenses/${pkgname} } +md5sums=('ea2bad7c7212c3175bb2ef7bf5cc6068' + 'SKIP' + 'fbdeab3e6e83d511ab7bdcdf8ccdbe64') diff --git a/pcr/git-annex-static/SRCBUILD b/pcr/git-annex-static/SRCBUILD index bd596eb12..c0960f66b 100644 --- a/pcr/git-annex-static/SRCBUILD +++ b/pcr/git-annex-static/SRCBUILD @@ -2,7 +2,7 @@ # Based on haskell-git-annex pkgname=git-annex -pkgver=5.20141024 +pkgver=5.20150317 pkgrel=1 pkgdesc='Manage files with git, without checking their contents in' url='http://git-annex.branchable.com/' @@ -11,7 +11,7 @@ arch=('any') makedepends=('ghc' 'sh' 'cabal-install') options=(!strip) _flags=() -_packages=(transformers-0.4.1.0 c2hs ${pkgname}-${pkgver}) +_packages=(transformers-0.4.3.0 c2hs ${pkgname}-${pkgver}) _cabal() { HOME=${srcdir}/${pkgname}-${pkgver} cabal $@ |