[arch-commits] Commit in fsarchiver/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Jan 4 04:27:46 UTC 2010
Date: Sunday, January 3, 2010 @ 23:27:46
Author: eric
Revision: 62174
upgpkg: fsarchiver 0.6.4-1
Upstream update
Modified:
fsarchiver/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-04 03:05:11 UTC (rev 62173)
+++ PKGBUILD 2010-01-04 04:27:46 UTC (rev 62174)
@@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
pkgname=fsarchiver
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="A safe and flexible file-system backup and deployment tool"
arch=('i686' 'x86_64')
@@ -11,10 +11,11 @@
license=('GPL')
depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5a6cf5cae9e7536a840841caa488c729')
+md5sums=('905f204f6450e85ff3374d06347a5506')
+sha1sums=('f64fb93aa9851c3393671e2fa97f73a92faeedb0')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list