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}"