haskell-hinotify pkgbuild updated to 0.3.5
This commit is contained in:
parent
5fd1dfa538
commit
98f6c302b2
1 changed files with 4 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
_hkgname=hinotify
|
||||
pkgname=haskell-hinotify
|
||||
pkgver=0.3.2
|
||||
pkgrel=4
|
||||
pkgver=0.3.5
|
||||
pkgrel=1
|
||||
pkgdesc="Haskell binding to INotify"
|
||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||
license=('custom:BSD3')
|
||||
|
@ -10,16 +10,11 @@ arch=('i686' 'x86_64')
|
|||
makedepends=()
|
||||
depends=('ghc' 'haskell-containers=0.5.0.0' 'haskell-directory=1.2.0.0' 'haskell-unix=2.6.0.0')
|
||||
options=('strip')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
|
||||
https://github.com/kolmodin/hinotify/commit/{16db1dd1d8123d60a0c396c7fffbeb38c16430ff.diff,3277061d8305fc10f3f82a803d4607f9ff072162.diff})
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
install=${pkgname}.install
|
||||
md5sums=('1105bc75012bd2a299181c47b21cac39'
|
||||
'af0631eced463d5891ff1abc129d9624'
|
||||
'2c4f45245d2f26af710361ff7222abc2')
|
||||
md5sums=('9e37df64edf05ba330272d12ff47e12a')
|
||||
build() {
|
||||
cd ${srcdir}/${_hkgname}-${pkgver}
|
||||
patch -p1 < ../16db1dd1d8123d60a0c396c7fffbeb38c16430ff.diff
|
||||
patch -p1 < ../3277061d8305fc10f3f82a803d4607f9ff072162.diff
|
||||
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
|
||||
--prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
|
||||
runhaskell Setup build
|
||||
|
|
Loading…
Reference in a new issue