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

Tobias Powalowski tpowa at archlinux.org
Sun May 31 12:05:32 UTC 2009


    Date: Sunday, May 31, 2009 @ 08:05:32
  Author: tpowa
Revision: 40784

upgpkg: fsarchiver 0.5.6-2

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-31 11:28:57 UTC (rev 40783)
+++ PKGBUILD	2009-05-31 12:05:32 UTC (rev 40784)
@@ -3,17 +3,17 @@
 
 pkgname=fsarchiver
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 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' 'openssl')
+depends=('bzip2' 'e2fsprogs' 'lzo2' 'openssl' 'xz-utils')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-lzma
+  ./configure --prefix=/usr
   make || return 1
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list