Date: Sunday, March 27, 2022 @ 03:16:44 Author: felixonmars Revision: 1177089
upgpkg: haskell-rebase 1.15-1: rebuild with rebase 1.15, rerebase 1.15 Modified: haskell-rebase/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-26 22:01:18 UTC (rev 1177088) +++ PKGBUILD 2022-03-27 03:16:44 UTC (rev 1177089) @@ -3,7 +3,7 @@ _hkgname=rebase pkgname=haskell-rebase -pkgver=1.14 +pkgver=1.15 pkgrel=1 pkgdesc='A more progressive alternative to the "base" package' url="https://github.com/nikita-volkov/rebase" @@ -10,13 +10,13 @@ license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 'haskell-comonad' 'haskell-dlist' - 'haskell-either' 'haskell-groups' 'haskell-hashable' 'haskell-hashable-time' - 'haskell-invariant' 'haskell-profunctors' 'haskell-scientific' 'haskell-selective' - 'haskell-semigroupoids' 'haskell-unordered-containers' 'haskell-uuid-types' - 'haskell-vector' 'haskell-vector-instances' 'haskell-void') + 'haskell-either' 'haskell-groups' 'haskell-hashable' 'haskell-invariant' + 'haskell-profunctors' 'haskell-scientific' 'haskell-selective' 'haskell-semigroupoids' + 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector' + 'haskell-vector-instances' 'haskell-void') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('35bcf0f76225b2b808d416fd2d76dbb4bd10b79f7ed544ac63a03f4a31c55c7c889681af14888c02a79fc22a83a13d65765a24e70c5bf6af06f869bd147b4b27') +sha512sums=('86d858959653609e4546eb3ae20a3b44d674c4cae8feba2e98620eb139b55a7c218ff045ef69db40a0aa32be441a7fa0c1601433e3b0cbc0ca2a85de3e4a7a32') build() { cd $_hkgname-$pkgver
