Date: Friday, June 26, 2020 @ 07:04:33 Author: felixonmars Revision: 653517
upgpkg: haskell-aeson-yaml 1.1.0.0-1: rebuild with aeson-yaml 1.1.0.0 Modified: haskell-aeson-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-26 07:01:48 UTC (rev 653516) +++ PKGBUILD 2020-06-26 07:04:33 UTC (rev 653517) @@ -2,8 +2,8 @@ _hkgname=aeson-yaml pkgname=haskell-aeson-yaml -pkgver=1.0.6.0 -pkgrel=49 +pkgver=1.1.0.0 +pkgrel=1 pkgdesc="Output any Aeson value as YAML (pure Haskell library)" url="https://github.com/clovyr/aeson-yaml" license=('BSD') @@ -12,12 +12,11 @@ makedepends=('ghc' 'haskell-string-qq' 'haskell-tasty' 'haskell-tasty-discover' 'haskell-tasty-hunit' 'haskell-yaml') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('26fa24f784d21d25bfc012658e705da72486f55960945e24a5ffa2127a75532aa7fa865d15fd5ef57dcbf2064ff7418b0eb8f0d78d71c7b297dc8d5c313bcd6f') +sha512sums=('ab7c48371906221fb4c99bbe230a6ada8e912744c012a2e90cf9187b3bf5083ee371664bb56861813d0a454eb6ed6344cb0df29ed5797cc888a2728ac4b1f8ac') prepare() { cd $_hkgname-$pkgver echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs - sed -i 's/< *1.5/<2/' $_hkgname.cabal } build() {
