[arch-commits] Commit in haskell-dotgen/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 8 06:08:01 UTC 2021
Date: Tuesday, June 8, 2021 @ 06:08:01
Author: felixonmars
Revision: 958611
upgpkg: haskell-dotgen 0.4.3-6: rebuild with ghc 8.10.5
Modified:
haskell-dotgen/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-08 06:07:09 UTC (rev 958610)
+++ PKGBUILD 2021-06-08 06:08:01 UTC (rev 958611)
@@ -3,7 +3,7 @@
_hkgname=dotgen
pkgname=haskell-dotgen
pkgver=0.4.3
-pkgrel=5
+pkgrel=6
pkgdesc="A simple interface for building .dot graph files"
url="https://github.com/ku-fpg/dotgen"
license=('BSD')
@@ -28,7 +28,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list