Date: Monday, March 21, 2016 @ 14:25:48 Author: fyan Revision: 167818
upgpkg: haskell-hpack 0.11.2-1 rebuild with hpack-0.11.2 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-21 11:34:44 UTC (rev 167817) +++ PKGBUILD 2016-03-21 13:25:48 UTC (rev 167818) @@ -5,8 +5,8 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.11.0 -pkgrel=2 +pkgver=0.11.2 +pkgrel=1 pkgdesc="An alternative format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") @@ -17,7 +17,7 @@ source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") options=('staticlibs') install=$pkgname.install -md5sums=('6e8a5fd3937543e4152a71125596df23') +md5sums=('d563b95cebe5a2aa51f7ffcac2a049f6') build() { cd "$srcdir/$_hkgname-$pkgver"
