Date: Wednesday, August 12, 2020 @ 18:38:51 Author: felixonmars Revision: 676547
upgpkg: dhall-json 1.7.1-1: rebuild with dhall 1.34.0, dhall-bash 1.0.32, dhall-json 1.7.1 Modified: dhall-json/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-12 18:37:49 UTC (rev 676546) +++ PKGBUILD 2020-08-12 18:38:51 UTC (rev 676547) @@ -1,24 +1,19 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall-json -pkgver=1.7.0 -pkgrel=35 +pkgver=1.7.1 +pkgrel=1 pkgdesc='Convert between Dhall and JSON or YAML' url='https://dhall-lang.org' license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-aeson-yaml' 'dhall' - 'haskell-optparse-applicative' 'haskell-prettyprinter' + 'haskell-lens-family-core' 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-scientific' 'haskell-unordered-containers' 'haskell-prettyprinter-ansi-terminal') makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-silver') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('3f6c50b0d2e05f46b85c46d5ffec0434bee9e23fa698d6803787698855fce7143cfcc10d1413fa4fe67aec1163d8e51bccb343569fd7bd163be949f1c2b255e5') +sha512sums=('ae0d704d42fb7efefca5b1d30e6daf90bd0897e75c99e282a42b0519b51755cbf1297e6e19aef342903e3b7889bbfd308bbdd91ade377d367661104af1705ff7') -prepare() { - cd $pkgname-$pkgver - sed -i 's/< *1.1/<1.2/' $pkgname.cabal -} - build() { cd $pkgname-$pkgver
