Date: Sunday, April 30, 2017 @ 17:01:08 Author: felixonmars Revision: 226364
upgpkg: haskell-turtle 1.3.3-1 Modified: haskell-turtle/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-30 16:50:25 UTC (rev 226363) +++ PKGBUILD 2017-04-30 17:01:08 UTC (rev 226364) @@ -4,8 +4,8 @@ _hkgname=turtle pkgname=haskell-turtle -pkgver=1.3.2 -pkgrel=10 +pkgver=1.3.3 +pkgrel=1 pkgdesc="Shell programming, Haskell-style" url="https://github.com/Gabriel439/Haskell-Turtle-Library" license=('custom:BSD3') @@ -12,10 +12,10 @@ arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 'haskell-optional-args' - 'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' 'haskell-temporary' - 'haskell-text' 'haskell-unix-compat') + 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' + 'haskell-temporary' 'haskell-text' 'haskell-unix-compat') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('b994c4e9e3f36a69f8a9097bc5998ee9') +sha512sums=('23d4e1fbd44614096bf326ee09bc123a075b9f31582a9117e84d3121f82de499e8bd1538f8d7f2fcf1c6b89ca8527da27163df50212ecbfbb4cd99c55f5762b2') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
