diff --git a/pkgbuild/haskell-hinotify/PKGBUILD b/pkgbuild/haskell-hinotify/PKGBUILD index e49de47..5dfa7a2 100644 --- a/pkgbuild/haskell-hinotify/PKGBUILD +++ b/pkgbuild/haskell-hinotify/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Cedric Girard _hkgname=hinotify pkgname=haskell-hinotify -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=1 pkgdesc="Haskell binding to INotify" url="http://hackage.haskell.org/package/${_hkgname}" @@ -12,7 +12,7 @@ depends=('ghc' 'haskell-containers=0.5.0.0' 'haskell-directory=1.2.0.1' 'haskell options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('9e37df64edf05ba330272d12ff47e12a') +md5sums=('5d087e0fac09d987edd3c41017142212') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \