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

View file

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