diff --git a/pkgbuild/haskell-timezone-series/PKGBUILD b/pkgbuild/haskell-timezone-series/PKGBUILD index f87eab8..461f053 100644 --- a/pkgbuild/haskell-timezone-series/PKGBUILD +++ b/pkgbuild/haskell-timezone-series/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: gour _hkgname=timezone-series pkgname=haskell-timezone-series -pkgver=0.1.2 -pkgrel=4 +pkgver=0.1.3 +pkgrel=1 pkgdesc="Enhanced timezone handling for Data.Time" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -14,7 +14,7 @@ depends=('ghc' options=('strip' 'staticlibs') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('001bf49010b5b67ea00cebe989e6c3a5') +md5sums=('710d53f911cd31271c6538ab774e8b77') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \