Date: Sunday, June 6, 2021 @ 11:44:58 Author: felixonmars Revision: 956234
upgpkg: dhall-yaml 1.2.7-1: rebuild with dhall 1.39.0, dhall-bash 1.0.37, dhall-docs 1.0.6, dhall-json 1.7.7, dhall-lsp-server 1.0.15, dhall-yaml 1.2.7 Modified: dhall-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-06 11:40:56 UTC (rev 956233) +++ PKGBUILD 2021-06-06 11:44:58 UTC (rev 956234) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall-yaml -pkgver=1.2.6 -pkgrel=32 +pkgver=1.2.7 +pkgrel=1 pkgdesc="Convert between Dhall and YAML" url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml" license=("GPL3") @@ -10,10 +10,15 @@ depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 'haskell-ansi-terminal' 'dhall' 'dhall-json' 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-vector') -makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit') +makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('5f8f1a984949ebc97a8a22d1aa69b1b65b4257781c1221fcb50b002a12a747eb98817b12eb1ea76587afc70029fa01340ecfd477296dc0ef1ee63374242935d7') +sha512sums=('20549412217c74c74c9cca7793661cd60bc24df1b27ac35e0046f2f58f585e0fe6e76d39938e899196de2b88789889507dfaa4738cc4876409b0460fa97e848b') +prepare() { + cd $pkgname-$pkgver + gen-setup +} + build() { cd $pkgname-$pkgver
