diff options
author | root <root@rshg054.dnsready.net> | 2012-07-28 00:02:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-28 00:02:21 +0000 |
commit | a5c2e73ba30c769148056635676165a4265eac83 (patch) | |
tree | e9a7043a5fc46bc7021cfb8503fc9245bbee4057 /community/dos2unix/PKGBUILD | |
parent | 2c30604c9ff749660a4b8507eec99e679cf19508 (diff) |
Sat Jul 28 00:02:21 UTC 2012
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 0a8bbf17f..cab8f4779 100644 --- a/community/dos2unix/PKGBUILD +++ b/community/dos2unix/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70487 2012-05-09 15:02:28Z bpiotrowski $ +# $Id: PKGBUILD 74381 2012-07-26 05:04:12Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Renato Garcia <fgar.renatoATgmailDOTcom> # Contributor: Gerson E. Ruotolo <gersonruotolo@globo.com> pkgname=dos2unix -pkgver=6.0 +pkgver=6.0.1 pkgrel=1 pkgdesc='Text file format converter' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('glibc') makedepends=('perl') conflicts=('hd2u') source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('2fc8d6ebe9f1a519b15ebe0850e9aabd') +md5sums=('1070432514a0f2ee8abe6ebe502a4bf7') build() { cd "${srcdir}/${pkgname}-${pkgver}" |