[arch-commits] Commit in haskell-tdigest/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 1 09:42:06 UTC 2022
Date: Thursday, September 1, 2022 @ 09:42:06
Author: felixonmars
Revision: 1289914
upgpkg: haskell-tdigest 0.2.1.1-141: rebuild with vector-algorithms 0.9.0.1
Modified:
haskell-tdigest/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 09:41:53 UTC (rev 1289913)
+++ PKGBUILD 2022-09-01 09:42:06 UTC (rev 1289914)
@@ -3,7 +3,7 @@
_hkgname=tdigest
pkgname=haskell-tdigest
pkgver=0.2.1.1
-pkgrel=140
+pkgrel=141
pkgdesc="On-line accumulation of rank-based statistics"
url="https://github.com/phadej/haskell-tdigest#readme"
license=("BSD")
@@ -16,7 +16,7 @@
prepare() {
cd $_hkgname-$pkgver
- uusi -u base -u base-compat -u tasty -d semigroups $_hkgname.cabal
+ uusi -u base -u base-compat -u tasty -u vector-algorithms -d semigroups $_hkgname.cabal
gen-setup
}
More information about the arch-commits
mailing list