Date: Tuesday, February 25, 2014 @ 16:57:07 Author: bpiotrowski Revision: 106229
upgpkg: haskell-haskeline 0.7.1.2-1 new upstream release Modified: haskell-haskeline/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-25 15:55:02 UTC (rev 106228) +++ PKGBUILD 2014-02-25 15:57:07 UTC (rev 106229) @@ -5,8 +5,8 @@ _hkgname=haskeline pkgname=haskell-haskeline -pkgver=0.7.0.3 -pkgrel=3 +pkgver=0.7.1.2 +pkgrel=1 pkgdesc="A command-line interface for user input, written in Haskell." url="http://hackage.haskell.org/package/haskeline" license=('custom:BSD3') @@ -15,7 +15,7 @@ install=${pkgname}.install options=('staticlibs') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('3a78043dc80b5510202e71e77c0a9923') +md5sums=('5a34c091ffff2564a1ea4bec0a3aaf71') build() { cd ${srcdir}/${_hkgname}-${pkgver}
