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

Eric Bélanger eric at archlinux.org
Sat Jun 2 18:42:33 UTC 2012


    Date: Saturday, June 2, 2012 @ 14:42:33
  Author: eric
Revision: 160592

upgpkg: fsarchiver 0.6.15-1

Upstream update, Fix license

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-02 17:08:42 UTC (rev 160591)
+++ PKGBUILD	2012-06-02 18:42:33 UTC (rev 160592)
@@ -4,19 +4,18 @@
 # Contributor: Tobias Powalowski <tpowa at 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
 }




More information about the arch-commits mailing list