From d833fd416b37a257662da36f3eb4fbc89f879c89 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Wed, 18 Jun 2014 11:33:50 +0200 Subject: [PATCH] timezone-olson new upstream release --- pkgbuild/haskell-timezone-olson/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgbuild/haskell-timezone-olson/PKGBUILD b/pkgbuild/haskell-timezone-olson/PKGBUILD index 040fe85..ce77304 100644 --- a/pkgbuild/haskell-timezone-olson/PKGBUILD +++ b/pkgbuild/haskell-timezone-olson/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: gour _hkgname=timezone-olson pkgname=haskell-timezone-olson -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc="A pure Haskell parser and renderer for binary Olson timezone files" url="http://hackage.haskell.org/package/${_hkgname}" @@ -18,7 +18,7 @@ depends=('ghc' options=('strip' 'staticlibs') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('cbf233b5c9e9d58a417647445876c393') +md5sums=('0487cdd6ae24970a79aa3fb77817019a') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \