Date: Monday, July 25, 2022 @ 06:32:50 Author: felixonmars Revision: 1256810
upgpkg: misfortune 0.1.2-2: rebuild with inspection-testing 0.5, tasty-inspection-testing 0.2 Modified: misfortune/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-25 06:32:41 UTC (rev 1256809) +++ PKGBUILD 2022-07-25 06:32:50 UTC (rev 1256810) @@ -2,7 +2,7 @@ pkgname=misfortune pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="fortune-mod clone" url="https://github.com/ncfavier/misfortune" license=("custom:PublicDomain") @@ -32,7 +32,7 @@ check() { cd $pkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
