Date: Monday, January 24, 2022 @ 00:38:58 Author: felixonmars Revision: 1114121
upgpkg: haskell-vec 0.4.1-1: rebuild with vec 0.4.1 Modified: haskell-vec/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-24 00:36:42 UTC (rev 1114120) +++ PKGBUILD 2022-01-24 00:38:58 UTC (rev 1114121) @@ -2,17 +2,18 @@ _hkgname=vec pkgname=haskell-vec -pkgver=0.4 -pkgrel=60 +pkgver=0.4.1 +pkgrel=1 pkgdesc="Vec: length-indexed (sized) list" url="https://github.com/phadej/vec" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-quickcheck' 'haskell-adjunctions' 'haskell-distributive' 'haskell-fin' - 'haskell-hashable' 'haskell-indexed-traversable' 'haskell-semigroupoids') +depends=('ghc-libs' 'haskell-quickcheck' 'haskell-adjunctions' 'haskell-boring' + 'haskell-distributive' 'haskell-fin' 'haskell-hashable' 'haskell-indexed-traversable' + 'haskell-semigroupoids') makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-inspection-testing' 'haskell-tagged') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('b626036e0db7d6e7bef96ff35c177dfaf252498435582952c445be5d5fc40e2449c929f1182c84f10ec8d8175130303a9f3135ca2cb88ec5cf26ade5020f686b') +sha512sums=('5987dbdb544bbfca1aa4feb00dfe1bd3211fc7b98faa7dcc63a295a1f8bbf34e993f53562c68efa5c355cc86d58fba322acecdeec2365ad3b46d425086668fd0') prepare() { cd $_hkgname-$pkgver
