Date: Friday, October 21, 2016 @ 08:37:09 Author: felixonmars Revision: 192825
upgpkg: purescript 0.10.1-1 Modified: purescript/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-21 08:33:48 UTC (rev 192824) +++ PKGBUILD 2016-10-21 08:37:09 UTC (rev 192825) @@ -3,11 +3,11 @@ # Contributor: Arch Haskell Team <arch-hask...@haskell.org> pkgname=purescript -pkgver=0.10.0 -pkgrel=2 +pkgver=0.10.1 +pkgrel=1 pkgdesc="PureScript Programming Language Compiler" url="http://www.purescript.org/" -license=("MIT") +license=("custom:BSD3") arch=('i686' 'x86_64') depends=('gmp' 'libffi' 'zlib') makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-ansi-terminal" @@ -25,7 +25,7 @@ "haskell-wai-websockets" "haskell-warp" "haskell-websockets") optdepends=('pulp: for development environment') source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('1c4881f7a57458e3c5ba64acefad7e50299fe2ed549b42cb32edfa07bc7ac76a') +sha256sums=('954e333a0f7c860941384289de241b683cbdd606c5c71ab300fe7ac7b3573df0') build() { cd "${srcdir}/${pkgname}-${pkgver}"