| author | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2012-05-09 15:02:06 UTC |
| committer | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2012-05-09 15:02:06 UTC |
| parent | 719761351889b14ede58dc96f337c9982beff81f |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index e85d40e..b47ebfb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Gerson E. Ruotolo <gersonruotolo@globo.com> pkgname=dos2unix -pkgver=5.3.3 +pkgver=6.0 pkgrel=1 pkgdesc='Text file format converter' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glibc') makedepends=('perl') conflicts=('hd2u') source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('f352d648b97197c8a786eccc832764d8') +md5sums=('2fc8d6ebe9f1a519b15ebe0850e9aabd') build() { cd "${srcdir}/${pkgname}-${pkgver}"