Date: Thursday, March 4, 2021 @ 12:07:19 Author: felixonmars Revision: 880203
upgpkg: haskell-tdigest 0.2.1.1-21: rebuild with tasty 1.4, tasty-silver 3.2, tasty-ant-xml 1.1.8 Modified: haskell-tdigest/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 11:53:24 UTC (rev 880202) +++ PKGBUILD 2021-03-04 12:07:19 UTC (rev 880203) @@ -3,7 +3,7 @@ _hkgname=tdigest pkgname=haskell-tdigest pkgver=0.2.1.1 -pkgrel=20 +pkgrel=21 pkgdesc="On-line accumulation of rank-based statistics" url="https://github.com/phadej/haskell-tdigest#readme" license=("BSD") @@ -16,6 +16,7 @@ prepare() { cd $_hkgname-$pkgver + uusi -u tasty $_hkgname.cabal gen-setup }
