[arch-commits] Commit in haskell-what4/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri May 27 01:52:47 UTC 2022


    Date: Friday, May 27, 2022 @ 01:52:47
  Author: felixonmars
Revision: 1210734

upgpkg: haskell-what4 1.2.1-136: rebuild with bimap 0.5.0

Modified:
  haskell-what4/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-27 01:48:56 UTC (rev 1210733)
+++ PKGBUILD	2022-05-27 01:52:47 UTC (rev 1210734)
@@ -3,7 +3,7 @@
 _hkgname=what4
 pkgname=haskell-what4
 pkgver=1.2.1
-pkgrel=135
+pkgrel=136
 pkgdesc="Solver-agnostic symbolic values support for issuing queries"
 url="https://github.com/GaloisInc/what4"
 license=('BSD')
@@ -48,7 +48,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list