haskell-timezone-series new upstream release

This commit is contained in:
Cedric Girard 2014-06-18 11:35:12 +02:00
parent d833fd416b
commit 206b7882c4
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# Contributor: gour <gour@atmarama.net>
_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 \