summaryrefslogtreecommitdiff
path: root/extra/fsarchiver
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
committerroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
commit1e6588d64f084decf287a58b7ff93ff0ce4d0446 (patch)
tree29bf5b8778e1eb67871d9e6e8bb6e205bdde5db7 /extra/fsarchiver
parent80053e720288b6205a59c52c1b31c14a0f830989 (diff)
Mon Jun 4 00:01:23 UTC 2012
Diffstat (limited to 'extra/fsarchiver')
-rw-r--r--extra/fsarchiver/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/fsarchiver/PKGBUILD b/extra/fsarchiver/PKGBUILD
index b2b810b46..37c9af86b 100644
--- a/extra/fsarchiver/PKGBUILD
+++ b/extra/fsarchiver/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 153566 2012-03-16 02:52:32Z eric $
+# $Id: PKGBUILD 160593 2012-06-02 18:42:56Z eric $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=fsarchiver
-pkgver=0.6.13
+pkgver=0.6.15
pkgrel=1
pkgdesc="A safe and flexible file-system backup and deployment tool"
arch=('i686' 'x86_64')
url="http://www.fsarchiver.org/"
-license=('GPL')
+license=('GPL2')
depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('49e974cbb18332bb67e6089d942eac66')
+sha1sums=('f55a9022ab692c394b366161c52db0700956e0b2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
./configure --prefix=/usr
make
}