Date: Sunday, October 24, 2021 @ 21:11:03 Author: felixonmars Revision: 1033238
upgpkg: haskell-lens-aeson 1.1.2-1: rebuild with lens-aeson 1.1.2 Modified: haskell-lens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-24 21:09:59 UTC (rev 1033237) +++ PKGBUILD 2021-10-24 21:11:03 UTC (rev 1033238) @@ -2,8 +2,8 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson -pkgver=1.1.1 -pkgrel=58 +pkgver=1.1.2 +pkgrel=1 pkgdesc="Law-abiding lenses for aeson" url="https://github.com/lens/lens-aeson/" license=('MIT') @@ -10,15 +10,10 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'uusi') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a72cd51a51dcb9b686909caac83f8f7ba69b0e33ba90bf8a55937f198f898a7e19dff24bec9a4b921b170f34c5511bd58df5ba1dea3751f37e374bb7193d388c') +sha512sums=('c78c89383a39a8dd4c5174e8d1993b0904537af9d018cda7f25a043f03e5e385c7b37215eebac52480af61fa4dd0547185e62a8f0704d5a5961ffb29a26e508e') -prepare() { - cd $_hkgname-$pkgver - uusi -u attoparsec $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
