Date: Friday, October 23, 2020 @ 11:48:14 Author: felixonmars Revision: 730656
upgpkg: haskell-recursion-schemes 5.2.1-1: rebuild with recursion-schemes 5.2.1 Modified: haskell-recursion-schemes/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-23 11:45:50 UTC (rev 730655) +++ PKGBUILD 2020-10-23 11:48:14 UTC (rev 730656) @@ -2,8 +2,8 @@ _hkgname=recursion-schemes pkgname=haskell-recursion-schemes -pkgver=5.2 -pkgrel=20 +pkgver=5.2.1 +pkgrel=1 pkgdesc="Representing common recursion patterns as higher-order functions" url="https://github.com/ekmett/recursion-schemes" license=('BSD') @@ -10,14 +10,10 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-data-fix' 'haskell-free' 'haskell-th-abstraction') -makedepends=('ghc' 'uusi' 'haskell-hunit') +makedepends=('ghc' 'haskell-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('eb30ec4bef3e38ef2d33d7be85e90f193da3d4b5024a20d5b965bb43e03c4d9a95fc3f1cf56c1686f88b295d3d6459f0c421d57e0eb205454aad9f0ee12dda37') +sha512sums=('86d308b2a9daab07b01ac062e0e9d8dfd58b801a579924ff0b5ceeb05ff4d5dac072b6fbcfcb9c54905e39daca6c551c99b0fc96616a9abcc2421d9383210420') -prepare() { - uusi $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
