Date: Saturday, March 19, 2016 @ 07:11:10 Author: fyan Revision: 167625
upgpkg: haskell-language-javascript 0.6.0.0-1 Modified: haskell-language-javascript/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-19 05:37:37 UTC (rev 167624) +++ PKGBUILD 2016-03-19 06:11:10 UTC (rev 167625) @@ -4,18 +4,18 @@ _hkgname=language-javascript pkgname=haskell-language-javascript -pkgver=0.5.14.5 +pkgver=0.6.0.0 pkgrel=1 pkgdesc="Parser for JavaScript" url="http://github.com/erikd/language-javascript" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-mtl" "haskell-utf8-string") +depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-mtl" "haskell-text" "haskell-utf8-string") makedepends=('alex' 'happy') options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('0f9cbb7b69d2fbcd450d30a71293a4d516cb19f638334d4f3acaf8c7737b3db5') +sha256sums=('f8e1c8250b5845e8c7c9c07edd468c22478c6e371256d338e010e7b689dc587a') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
