diff options
Diffstat (limited to 'community/dos2unix/PKGBUILD')
-rw-r--r-- | community/dos2unix/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dos2unix/PKGBUILD b/community/dos2unix/PKGBUILD index 7453fc80c..9de493d2e 100644 --- a/community/dos2unix/PKGBUILD +++ b/community/dos2unix/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76065 2012-09-10 12:24:09Z bpiotrowski $ +# $Id: PKGBUILD 83060 2013-01-27 09:35:12Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Renato Garcia <fgar.renatoATgmailDOTcom> # Contributor: Gerson E. Ruotolo <gersonruotolo@globo.com> pkgname=dos2unix -pkgver=6.0.2 +pkgver=6.0.3 pkgrel=1 pkgdesc='Text file format converter' arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('glibc') makedepends=('perl') conflicts=('hd2u') source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('11ee6ae80c8acd6d750399cbf4ab6bd9') +sha256sums=('f5268c5b28a1983537210c72b3fd43f4aad17a8dacb6727b615b56dca2ef9a04') build() { cd $srcdir/$pkgname-$pkgver |