timezone-olson new upstream release
This commit is contained in:
parent
545b59bcaa
commit
d833fd416b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: gour <gour@atmarama.net>
|
# Contributor: gour <gour@atmarama.net>
|
||||||
_hkgname=timezone-olson
|
_hkgname=timezone-olson
|
||||||
pkgname=haskell-timezone-olson
|
pkgname=haskell-timezone-olson
|
||||||
pkgver=0.1.3
|
pkgver=0.1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A pure Haskell parser and renderer for binary Olson timezone files"
|
pkgdesc="A pure Haskell parser and renderer for binary Olson timezone files"
|
||||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||||
|
@ -18,7 +18,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=('cbf233b5c9e9d58a417647445876c393')
|
md5sums=('0487cdd6ae24970a79aa3fb77817019a')
|
||||||
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 \
|
||||||
|
|
Loading…
Reference in a new issue