diff options
Diffstat (limited to 'extra/fsarchiver')
-rw-r--r-- | extra/fsarchiver/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/fsarchiver/PKGBUILD b/extra/fsarchiver/PKGBUILD index 365648303..b2b810b46 100644 --- a/extra/fsarchiver/PKGBUILD +++ b/extra/fsarchiver/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 149589 2012-02-08 15:14:51Z andrea $ +# $Id: PKGBUILD 153566 2012-03-16 02:52:32Z eric $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=fsarchiver -pkgver=0.6.12 -pkgrel=2 +pkgver=0.6.13 +pkgrel=1 pkgdesc="A safe and flexible file-system backup and deployment tool" arch=('i686' 'x86_64') url="http://www.fsarchiver.org/" license=('GPL') depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('dc54cefcf9c2bc331063d82a7ad54133') +md5sums=('49e974cbb18332bb67e6089d942eac66') build() { cd "${srcdir}/${pkgname}-${pkgver}" |