Date: Sunday, October 23, 2022 @ 20:01:14 Author: felixonmars Revision: 1334379
upgpkg: haskell-microlens-aeson 2.5.0-1: rebuild with microlens-aeson 2.5.0 Modified: haskell-microlens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-23 19:59:16 UTC (rev 1334378) +++ PKGBUILD 2022-10-23 20:01:14 UTC (rev 1334379) @@ -2,17 +2,17 @@ _hkgname=microlens-aeson pkgname=haskell-microlens-aeson -pkgver=2.4.1 -pkgrel=3 +pkgver=2.5.0 +pkgrel=1 pkgdesc="Law-abiding lenses for Aeson, using microlens" url="https://github.com/fosskers/microlens-aeson/" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-hashable' 'haskell-microlens' - 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector') + 'haskell-scientific' 'haskell-vector') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('8a06e9459e3d1d594bd9621eb92cb2bd147404270630b8909ce61564587741b64d62871d5d9d6d90796f04df7a3ce8b7700dab3c5d4c9b54598423fd6dd3e312') +sha512sums=('b8f99796045bc5f014b1535380c680a43b2e5dd4e5543cf3b4a9683c40780a54bf4b7904a4f9cc8a6ef2c5b4caa8f74b7d116ef06011201c28b63ceac22790e4') prepare() { cd $_hkgname-$pkgver
