Date: Monday, October 22, 2018 @ 19:59:12 Author: felixonmars Revision: 398497
upgpkg: haskell-hjsonpointer 1.5.0-1 rebuild with hjsonpointer 1.5.0 Modified: haskell-hjsonpointer/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-22 19:55:06 UTC (rev 398496) +++ PKGBUILD 2018-10-22 19:59:12 UTC (rev 398497) @@ -3,17 +3,17 @@ _hkgname=hjsonpointer pkgname=haskell-hjsonpointer -pkgver=1.4.0 -pkgrel=42 +pkgver=1.5.0 +pkgrel=1 pkgdesc="JSON Pointer library" url="https://github.com/haskell-foundation/foundation" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable' 'haskell-quickcheck' - 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-hspec' 'haskell-http-types') +depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable' 'haskell-unordered-containers' + 'haskell-vector') +makedepends=('ghc' 'haskell-hspec' 'haskell-http-types' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ffdafe69deb02d2da67be69cb6c981e83620f357a75d47856307b69d0eaf026cfc6f8d8f00d0fc888f013b8515df3b1bd07bd1aa2bdb01e44df8d6794916e014') +sha512sums=('dd47b98884982d06892c82f76385650ab76ae4ade31ef9ead1e1dcdb4f0d24d9c2268023cc0f232e7febd7ea5f7058b2561922b8e99a04eb8afd9e96935d7336') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
