Date: Monday, May 21, 2018 @ 07:58:02 Author: felixonmars Revision: 325852
upgpkg: haskell-hinotify 0.3.9-9 rebuild with async,2.2.1 Modified: haskell-hinotify/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-21 07:52:16 UTC (rev 325851) +++ PKGBUILD 2018-05-21 07:58:02 UTC (rev 325852) @@ -5,7 +5,7 @@ _hkgname=hinotify pkgname=haskell-hinotify pkgver=0.3.9 -pkgrel=8 +pkgrel=9 pkgdesc="Haskell binding to inotify" url="https://github.com/kolmodin/hinotify.git" license=("custom:BSD3") @@ -15,6 +15,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('cea1fd7304e3fd56cec67b5d17cec6d462cf581ce44b518208a5c07758aadbf85392efd4918dd2fbbbf6b2b433272386eeee13ba0ce1101111ada15fe8942a9a') +prepare () { + cd $_hkgname-$pkgver + sed -i 's/<.*2.2/<3/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
