diff options
Diffstat (limited to 'community/haskell-terminfo/PKGBUILD')
-rw-r--r-- | community/haskell-terminfo/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/haskell-terminfo/PKGBUILD b/community/haskell-terminfo/PKGBUILD index e35f7da1a..bbd5e49f5 100644 --- a/community/haskell-terminfo/PKGBUILD +++ b/community/haskell-terminfo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 89323 2013-04-28 16:52:45Z td123 $ +# $Id: PKGBUILD 103340 2014-01-03 11:10:44Z bpiotrowski $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> @@ -11,6 +11,7 @@ url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=7.6.3-1' 'sh') +options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('7ef09acfac9f6fc499ed3bb804ae2ab3') |