Date: Friday, June 19, 2020 @ 13:00:51 Author: felixonmars Revision: 647677
upgpkg: dhall-json 1.7.0-1: rebuild with dhall 1.33.0, dhall-bash 1.0.31, dhall-json 1.7.0 Modified: dhall-json/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-19 12:52:49 UTC (rev 647676) +++ PKGBUILD 2020-06-19 13:00:51 UTC (rev 647677) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall-json -pkgver=1.6.4 -pkgrel=31 +pkgver=1.7.0 +pkgrel=1 pkgdesc='Convert between Dhall and JSON or YAML' url='https://dhall-lang.org' license=('BSD') @@ -10,15 +10,10 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-aeson-yaml' 'dhall' 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-scientific' 'haskell-unordered-containers' 'haskell-prettyprinter-ansi-terminal') -makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-silver') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('0e05624e1e666030acc24a8ac593f5bb70caae5ef27b534c5d75b1f2bc3bcb145f7668afa98eeeb2de6f6860c3504d5afc0246b9fee49b3ccd77e8321be2afb6') +sha512sums=('3f6c50b0d2e05f46b85c46d5ffec0434bee9e23fa698d6803787698855fce7143cfcc10d1413fa4fe67aec1163d8e51bccb343569fd7bd163be949f1c2b255e5') -prepare() { - cd $pkgname-$pkgver - sed -i 's/< *1/<2/' $pkgname.cabal -} - build() { cd $pkgname-$pkgver
