diff options
Diffstat (limited to 'community/par2cmdline/PKGBUILD')
-rw-r--r-- | community/par2cmdline/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/par2cmdline/PKGBUILD b/community/par2cmdline/PKGBUILD index 9b37571a5..127c4256a 100644 --- a/community/par2cmdline/PKGBUILD +++ b/community/par2cmdline/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 62520 2012-01-20 16:52:42Z seblu $ +# $Id: PKGBUILD 63354 2012-01-31 06:44:37Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org # Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > pkgname=par2cmdline -pkgver=0.5.3 +pkgver=0.5.4 pkgrel=1 pkgdesc='A PAR 2.0 compatible file verification and repair tool' url='https://github.com/BlackIkeEagle/par2cmdline' license=('GPL2') arch=('i686' 'x86_64') source=("https://github.com/downloads/BlackIkeEagle/$pkgname/$pkgname-$pkgver.tar.xz") -md5sums=('708db095eac3d83f21ce27b8be123c54') +md5sums=('96b4fb91859c0214d2c562636abea3af') build() { cd ${pkgname}-${pkgver} |