haskell-hinotify new upstream version

This commit is contained in:
Cedric Girard 2014-06-18 11:39:00 +02:00
parent 206b7882c4
commit 6b2f6d588c
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_hkgname=hinotify
pkgname=haskell-hinotify
pkgver=0.3.6
pkgrel=2
pkgver=0.3.7
pkgrel=1
pkgdesc="Haskell binding to INotify"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
@ -12,7 +12,7 @@ depends=('ghc' 'haskell-containers=0.5.0.0' 'haskell-directory=1.2.0.1' 'haskell
options=('strip' 'staticlibs')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
md5sums=('5d087e0fac09d987edd3c41017142212')
md5sums=('40beb45d4b377637e932b9f68c1e551c')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \