Date: Saturday, December 17, 2016 @ 07:42:06 Author: felixonmars Revision: 199912
upgpkg: haskell-hinotify 0.3.9-1 rebuild with hinotify-0.3.9 Modified: haskell-hinotify/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-17 07:38:29 UTC (rev 199911) +++ PKGBUILD 2016-12-17 07:42:06 UTC (rev 199912) @@ -4,15 +4,15 @@ _hkgname=hinotify pkgname=haskell-hinotify -pkgver=0.3.8.1 -pkgrel=2 +pkgver=0.3.9 +pkgrel=1 pkgdesc="Haskell binding to inotify" url="https://github.com/kolmodin/hinotify.git" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1") +depends=("ghc=8.0.1" "haskell-async") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('37d46e32c362ff1e2d9c8d79a553e0d2e59e009d46708163fb05a07e1a71810d') +sha256sums=('f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
