Date: Monday, October 10, 2022 @ 14:45:40 Author: felixonmars Revision: 1326185
upgpkg: haskell-lens-aeson 1.2.1-3: rebuild with vector 0.13.0.0 Modified: haskell-lens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:45:39 UTC (rev 1326184) +++ PKGBUILD 2022-10-10 14:45:40 UTC (rev 1326185) @@ -3,7 +3,7 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson pkgver=1.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Law-abiding lenses for aeson" url="https://github.com/lens/lens-aeson/" license=('MIT') @@ -10,10 +10,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 'haskell-scientific' 'haskell-text-short' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('1c56544fb693db1f62372d95b7d9100ed66b08a2d159928518a223e91c83d5e2355f9423140a65673b665073c8049a6b4855545939abb663c4747bb509d83761') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
