[arch-commits] Commit in haskell-unicode-data/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Mar 24 00:05:11 UTC 2022
Date: Thursday, March 24, 2022 @ 00:05:11
Author: felixonmars
Revision: 1172552
upgpkg: haskell-unicode-data 0.3.0-4: rebuild with hspec 2.9.3, hspec-core 2.9.3, hspec-discover 2.9.3, hspec-meta 2.9.2
Modified:
haskell-unicode-data/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-24 00:05:03 UTC (rev 1172551)
+++ PKGBUILD 2022-03-24 00:05:11 UTC (rev 1172552)
@@ -3,7 +3,7 @@
_hkgname=unicode-data
pkgname=haskell-unicode-data
pkgver=0.3.0
-pkgrel=3
+pkgrel=4
pkgdesc="Access Unicode character database"
url="https://github.com/composewell/unicode-data"
license=("Apache")
@@ -36,7 +36,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list