Date: Wednesday, June 9, 2021 @ 02:40:57 Author: felixonmars Revision: 960010
upgpkg: haskell-rebase 1.13.0.1-1: rebuild with rebase 1.13.0.1, rerebase 1.13.0.1 Modified: haskell-rebase/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-09 02:38:20 UTC (rev 960009) +++ PKGBUILD 2021-06-09 02:40:57 UTC (rev 960010) @@ -3,8 +3,8 @@ _hkgname=rebase pkgname=haskell-rebase -pkgver=1.13 -pkgrel=3 +pkgver=1.13.0.1 +pkgrel=1 pkgdesc='A more progressive alternative to the "base" package' url="https://github.com/nikita-volkov/rebase" license=("MIT") @@ -12,11 +12,11 @@ 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' 'haskell-vector' 'haskell-vector-instances' - 'haskell-void') + '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=('ee2d0e8b5abbfe17cf094ea6be956fa5fb1c814dbcecaa91fbd03cafb448a15e9ea4b405f6348c40d6294f6e6ac4c838481466923280eecf581cc6167f324615') +sha512sums=('f0ac2c2f0b0596b01a7f2961566232b8966ce128acf8029f1d9ddcef67b44d955d6364d06b1127128a60cd947a4b0431da89e43e260da0b2eda300f2fc592e7a') build() { cd $_hkgname-$pkgver
