From ecf1737ee961ea1dba675b6c45b3199d32513703 Mon Sep 17 00:00:00 2001 From: a-sansara Date: Sun, 15 Jul 2012 20:45:59 +0000 Subject: [PATCH] v 0.34 --- pkg/archlinux/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD index ccef18c..25eb669 100644 --- a/pkg/archlinux/PKGBUILD +++ b/pkg/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer : a-Sansara # Contributor: pkgname=gpyfsa -pkgver=0.33 +pkgver=0.34 pkgrel=1 pkgdesc='a gtk+ GUI front-end of fsarchiver with mounting facilities' arch=('any') @@ -10,7 +10,9 @@ license=('GPL3') depends=('gksu' 'python2' 'pygtk' 'desktop-file-utils' 'fsarchiver>=0.6.8') install="${pkgname}.install" source=("http://sourceforge.net/projects/gpyfsa/files/packages/archlinux/${pkgname}-${pkgver}.tar.bz2/download") -md5sums=('0e6f2f47d11e7723dbe3fcf14a8c4465') +md5sums=('7b91f7587b75a4a2abc59cb487bd7f01') +# 0.33 +# md5sums=('0e6f2f47d11e7723dbe3fcf14a8c4465') build() { cd "${srcdir}/${pkgname}"