add staticlibs to haskell-timezone-series PKGBUILD
This commit is contained in:
parent
fe7267fae8
commit
4b9f24818b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
_hkgname=timezone-series
|
||||
pkgname=haskell-timezone-series
|
||||
pkgver=0.1.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Enhanced timezone handling for Data.Time"
|
||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||
license=('custom:BSD3')
|
||||
|
@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
|
|||
makedepends=()
|
||||
depends=('ghc'
|
||||
'haskell-time=1.4.0.1')
|
||||
options=('strip')
|
||||
options=('strip' 'staticlibs')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
install=${pkgname}.install
|
||||
md5sums=('001bf49010b5b67ea00cebe989e6c3a5')
|
||||
|
|
Loading…
Reference in a new issue