Date: Tuesday, March 22, 2022 @ 17:43:20 Author: felixonmars Revision: 1170368
upgpkg: dhall 1.41.1-1: rebuild with dhall 1.41.1, dhall-bash 1.0.40, dhall-docs 1.0.9, dhall-json 1.7.10, dhall-lsp-server 1.0.18, dhall-yaml 1.2.10 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 17:42:22 UTC (rev 1170367) +++ PKGBUILD 2022-03-22 17:43:20 UTC (rev 1170368) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=dhall -pkgver=1.40.2 -pkgrel=25 +pkgver=1.41.1 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -18,13 +18,13 @@ 'haskell-scientific' 'haskell-text-manipulate' 'haskell-th-lift-instances' 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite' 'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls') -makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck' - 'haskell-quickcheck-instances' 'haskell-special-values' 'haskell-spoon' - 'haskell-system-filepath' 'haskell-tasty' 'haskell-tasty-expected-failure' - 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-silver' - 'haskell-temporary' 'haskell-turtle' 'haskell-doctest') +makedepends=('ghc' 'haskell-doctest' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' + 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-special-values' + 'haskell-spoon' 'haskell-system-filepath' 'haskell-tasty' + 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' + 'haskell-tasty-silver' 'haskell-temporary' 'haskell-turtle') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('c4015eb3632ef7b75988bccef4043a835b6e031496860e9339473970819cc2c62ef1becf1bfcc923be85e434befb7b0e64b3d0820f11b1999955ffb92df904ac') +sha512sums=('c5f58d47ae9acb6fd8fe4c267963ad5c2eb0091354bcbeda43a193b12b5db1ec456597cc42357b571b869fc39cb9929a19c62b59aa3682da3c3e594dac8541a0') build() { cd $pkgname-$pkgver