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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 10 16:24:28 UTC 2022


    Date: Thursday, March 10, 2022 @ 16:24:28
  Author: felixonmars
Revision: 1145954

upgpkg: haskell-tasty-checklist 1.0.3.0-58: rebuild with doctest 0.19.0

Modified:
  haskell-tasty-checklist/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-10 16:18:00 UTC (rev 1145953)
+++ PKGBUILD	2022-03-10 16:24:28 UTC (rev 1145954)
@@ -3,7 +3,7 @@
 _hkgname=tasty-checklist
 pkgname=haskell-tasty-checklist
 pkgver=1.0.3.0
-pkgrel=57
+pkgrel=58
 pkgdesc="Check multiple items during a tasty test"
 url="https://github.com/kquick/tasty-checklist"
 license=("custom:ISC")
@@ -17,6 +17,7 @@
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
+  uusi -u doctest $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list