Date: Friday, March 25, 2022 @ 21:00:38 Author: felixonmars Revision: 1176680
upgpkg: haskell-optics-extra 0.4.1-1: rebuild with optics-core 0.4.1, optics-extra 0.4.1, optics-th 0.4.1 Modified: haskell-optics-extra/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-25 21:00:31 UTC (rev 1176679) +++ PKGBUILD 2022-03-25 21:00:38 UTC (rev 1176680) @@ -2,8 +2,8 @@ _hkgname=optics-extra pkgname=haskell-optics-extra -pkgver=0.4 -pkgrel=82 +pkgver=0.4.1 +pkgrel=1 pkgdesc="Extra utilities and instances for optics-core" url="https://github.com/well-typed/optics-extra" license=('BSD') @@ -11,15 +11,10 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-indexed-profunctors' 'haskell-indexed-traversable-instances' 'haskell-optics-core' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'uusi') +makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('1e860c8e814942e24e5f0e4f0c44334cd333205a884b20791f1784310db947d63d11e7b3d812dbec503c77f419b1555c1273a95df7040c59f8ac4e8ab693ca88') +sha512sums=('1ce442351b012175fd0b0dbc04fc1a964b3c5cc74eb431b2c189507c4d8818c790d2a828d7c2be9d7ef7472bb6fffdafcd0c1a7388255857c731bc6643392fe3') -prepare() { - cd $_hkgname-$pkgver - uusi -u hashable $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
