update haskell-hinotify PKGBUILD to 0.3.6
This commit is contained in:
parent
a8e67bcedf
commit
cf81d77c22
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
_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 \
|
||||
|
|
Loading…
Reference in a new issue