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 \