update haskell-hinotify PKGBUILD to 0.3.6

This commit is contained in:
Cedric Girard 2013-08-13 14:11:40 +02:00
parent a8e67bcedf
commit cf81d77c22

View file

@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com> # Maintainer: Cedric Girard <girard.cedric@gmail.com>
_hkgname=hinotify _hkgname=hinotify
pkgname=haskell-hinotify pkgname=haskell-hinotify
pkgver=0.3.5 pkgver=0.3.6
pkgrel=1 pkgrel=1
pkgdesc="Haskell binding to INotify" pkgdesc="Haskell binding to INotify"
url="http://hackage.haskell.org/package/${_hkgname}" 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') options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install install=${pkgname}.install
md5sums=('9e37df64edf05ba330272d12ff47e12a') md5sums=('5d087e0fac09d987edd3c41017142212')
build() { build() {
cd ${srcdir}/${_hkgname}-${pkgver} cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \ runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \