diff --git a/pkgbuild/haskell-hinotify/PKGBUILD b/pkgbuild/haskell-hinotify/PKGBUILD index 5dfa7a2..1b2b345 100644 --- a/pkgbuild/haskell-hinotify/PKGBUILD +++ b/pkgbuild/haskell-hinotify/PKGBUILD @@ -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')