[arch-commits] Commit in haskell-configurator-pg/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 17:42:21 UTC 2021
Date: Thursday, April 22, 2021 @ 17:42:20
Author: felixonmars
Revision: 921366
upgpkg: haskell-configurator-pg 0.2.5-60: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-configurator-pg/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 17:41:26 UTC (rev 921365)
+++ PKGBUILD 2021-04-22 17:42:20 UTC (rev 921366)
@@ -4,7 +4,7 @@
_hkgname=configurator-pg
pkgname=haskell-configurator-pg
pkgver=0.2.5
-pkgrel=59
+pkgrel=60
pkgdesc="Reduced parser for configurator-ng config files"
url="https://github.com/robx/configurator-pg"
license=("BSD")
@@ -30,7 +30,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list