[arch-commits] Commit in haskell-bv-sized/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu May 26 14:20:39 UTC 2022
Date: Thursday, May 26, 2022 @ 14:20:38
Author: felixonmars
Revision: 1210503
upgpkg: haskell-bv-sized 1.0.4-15: rebuild with lens 5.1.1
Modified:
haskell-bv-sized/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-26 14:20:02 UTC (rev 1210502)
+++ PKGBUILD 2022-05-26 14:20:38 UTC (rev 1210503)
@@ -3,7 +3,7 @@
_hkgname=bv-sized
pkgname=haskell-bv-sized
pkgver=1.0.4
-pkgrel=14
+pkgrel=15
pkgdesc="A bitvector datatype that is parameterized by the vector width"
url="https://github.com/GaloisInc/bv-sized"
license=('BSD')
@@ -36,7 +36,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test --show-details=direct
+ LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list