Date: Monday, October 17, 2022 @ 18:18:19 Author: felixonmars Revision: 1329599
upgpkg: haskell-lens-aeson 1.2.2-1: rebuild with lens-aeson 1.2.2 Modified: haskell-lens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-17 15:39:27 UTC (rev 1329598) +++ PKGBUILD 2022-10-17 18:18:19 UTC (rev 1329599) @@ -2,8 +2,8 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson -pkgver=1.2.1 -pkgrel=4 +pkgver=1.2.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-text-short' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'uusi') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1c56544fb693db1f62372d95b7d9100ed66b08a2d159928518a223e91c83d5e2355f9423140a65673b665073c8049a6b4855545939abb663c4747bb509d83761') +sha512sums=('91aac545d7e296879176ead2870b36e02a23c238c2378e4e91bd6e3feb14407b7be8e072240a81effbdc864952552ad7f273546e3718ad93a619e5616388536d') -prepare() { - cd $_hkgname-$pkgver - uusi -u aeson -u vector $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver