bup: update to 0.26

This commit is contained in:
Chaoting Liu 2015-03-20 09:44:05 +00:00
parent 35bea58caf
commit 839037ff8d

View File

@ -1,16 +1,13 @@
#
# Part of chakra-project.org
#
# Maintainer: FranzMari <franzmari[at]chakra-project[dot]it>
# If you'd like to have documentation, please set the variable below to 1.
# This implies installing pandoc, which in turn depends on many Haskell packages.
_havedocs=0
#_havedocs=0
#[ $_havedocs = 1 ] && makedepends=('haskell-pandoc')
pkgname=bup
pkgver=0.25
pkgrel=2
pkgver=0.26
pkgrel=1
pkgdesc="Highly efficient file backup system based on the git packfile format."
arch=('x86_64')
url="http://github.com/bup/bup"