Date: Tuesday, March 22, 2022 @ 11:08:23 Author: felixonmars Revision: 1170032
upgpkg: haskell-rebase 1.13.2-1: rebuild with rebase 1.13.2, rerebase 1.13.2 Modified: haskell-rebase/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 11:06:04 UTC (rev 1170031) +++ PKGBUILD 2022-03-22 11:08:23 UTC (rev 1170032) @@ -3,20 +3,20 @@ _hkgname=rebase pkgname=haskell-rebase -pkgver=1.13.1 -pkgrel=2 +pkgver=1.13.2 +pkgrel=1 pkgdesc='A more progressive alternative to the "base" package' url="https://github.com/nikita-volkov/rebase" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 'haskell-comonad' 'haskell-dlist' - 'haskell-either' 'haskell-hashable' 'haskell-hashable-time' '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-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') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f4dede3d0a779356ecad906cbb23d5a1199cdc05701e1e39352bfeaa8ece68a77f2a5480fbb1e9ace2af8dd79fe10569598c4986803edb925b51d32394bbdf02') +sha512sums=('a43091bf43e1c5e4db6700507fb97ed314e1f4dd4c5c46b60703647f6d6f106f96d3cc1197e664cbc00db50f9e4aeef0f5aa46781f9f3b22e56fa2561c31ce41') prepare() { cd $_hkgname-$pkgver
