| author | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2012-02-02 05:53:27 UTC |
| committer | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2012-02-02 05:53:27 UTC |
| parent | d58b1198f247845aa83e5048f47a2555265a800d |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 5c7dd48..569a631 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Gerson E. Ruotolo <gersonruotolo@globo.com> pkgname=dos2unix -pkgver=5.3.1 -pkgrel=3 +pkgver=5.3.2 +pkgrel=1 pkgdesc='Text file format converter' arch=('i686' 'x86_64') url='http://waterlan.home.xs4all.nl/dos2unix.html' @@ -13,7 +13,7 @@ depends=('glibc') makedepends=('perl') conflicts=('hd2u') source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('438c48ebd6891b80b58de14c022ca69e') +md5sums=('aa2768f3e1223f0e8f30e6449d398872') build() { cd "${srcdir}/${pkgname}-${pkgver}"