haskell-hinotify new upstream version
This commit is contained in:
parent
206b7882c4
commit
6b2f6d588c
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# 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.6
|
pkgver=0.3.7
|
||||||
pkgrel=2
|
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}"
|
||||||
license=('custom:BSD3')
|
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')
|
options=('strip' 'staticlibs')
|
||||||
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=('5d087e0fac09d987edd3c41017142212')
|
md5sums=('40beb45d4b377637e932b9f68c1e551c')
|
||||||
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 \
|
||||||
|
|
Loading…
Reference in a new issue