Date: Wednesday, December 28, 2016 @ 04:05:09 Author: felixonmars Revision: 203141
upgpkg: stack 1.3.2-1 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-28 03:20:24 UTC (rev 203140) +++ PKGBUILD 2016-12-28 04:05:09 UTC (rev 203141) @@ -4,8 +4,8 @@ pkgbase=stack pkgname=(stack haskell-stack) -pkgver=1.3.0 -pkgrel=4 +pkgver=1.3.2 +pkgrel=1 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("custom:BSD3") @@ -32,7 +32,7 @@ "haskell-unordered-containers" "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml" "haskell-zip-archive" "haskell-zlib") source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz") -sha256sums=('060ed345ee724b916427430004548c519eb0219242a019ee06c8afd9a793497b') +sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7') build() { cd "${srcdir}/${pkgbase}-${pkgver}"
