[arch-commits] Commit in fsarchiver/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sun Jan 24 21:27:14 UTC 2010


    Date: Sunday, January 24, 2010 @ 16:27:14
  Author: giovanni
Revision: 65179

upgpkg: fsarchiver 0.6.6-1
    upstream release

Modified:
  fsarchiver/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-24 21:19:36 UTC (rev 65178)
+++ PKGBUILD	2010-01-24 21:27:14 UTC (rev 65179)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=fsarchiver
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="A safe and flexible file-system backup and deployment tool"
 arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('24d50e3e19af3d51a0e2dc8d1304b87e')
+md5sums=('ed2ab64a66153fa615f8ced4ad3dd76a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR="$pkgdir" install




More information about the arch-commits mailing list