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

Giovanni Scafora giovanni at archlinux.org
Sat Feb 20 12:39:57 UTC 2010


    Date: Saturday, February 20, 2010 @ 07:39:57
  Author: giovanni
Revision: 69397

upgpkg: fsarchiver 0.6.8-1
upstream release

Modified:
  fsarchiver/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-20 12:37:41 UTC (rev 69396)
+++ PKGBUILD	2010-02-20 12:39:57 UTC (rev 69397)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=fsarchiver
-pkgver=0.6.7
+pkgver=0.6.8
 pkgrel=1
 pkgdesc="A safe and flexible file-system backup and deployment tool"
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c7f243de54647b4ad694526c340300b4')
+md5sums=('8416ac1847d5dde5ee513a286129f336')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list