[arch-commits] Commit in haskell-postgresql-binary/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 10:03:13 UTC 2021
Date: Friday, April 23, 2021 @ 10:03:12
Author: felixonmars
Revision: 922191
upgpkg: haskell-postgresql-binary 0.12.4-11: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-postgresql-binary/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 10:01:21 UTC (rev 922190)
+++ PKGBUILD 2021-04-23 10:03:12 UTC (rev 922191)
@@ -4,7 +4,7 @@
_hkgname=postgresql-binary
pkgname=haskell-postgresql-binary
pkgver=0.12.4
-pkgrel=10
+pkgrel=11
pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
url="https://github.com/nikita-volkov/postgresql-binary"
license=("MIT")
@@ -43,7 +43,7 @@
eval $(pifpaf run postgresql --host 127.0.0.1)
createuser -s postgres
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
pifpaf_stop
}
More information about the arch-commits
mailing list