add staticlibs to haskell-hinotify PKGBUILD
This commit is contained in:
parent
ddb0e6fc3f
commit
fe7267fae8
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
_hkgname=hinotify
|
||||
pkgname=haskell-hinotify
|
||||
pkgver=0.3.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Haskell binding to INotify"
|
||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||
license=('custom:BSD3')
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=()
|
||||
depends=('ghc' 'haskell-containers=0.5.0.0' 'haskell-directory=1.2.0.1' 'haskell-unix=2.6.0.1')
|
||||
options=('strip')
|
||||
options=('strip' 'staticlibs')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
install=${pkgname}.install
|
||||
md5sums=('5d087e0fac09d987edd3c41017142212')
|
||||
|
|
Loading…
Reference in a new issue