Date: Thursday, April 22, 2021 @ 18:04:23 Author: felixonmars Revision: 921407
upgpkg: haskell-libmpd 0.10.0.0-22: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-libmpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 18:04:18 UTC (rev 921406) +++ PKGBUILD 2021-04-22 18:04:23 UTC (rev 921407) @@ -7,7 +7,7 @@ _hkgname=libmpd pkgname=haskell-libmpd pkgver=0.10.0.0 -pkgrel=21 +pkgrel=22 pkgdesc='Client library for MPD, the Music Player Daemon' url='https://hackage.haskell.org/package/libmpd' license=('MIT') @@ -34,7 +34,7 @@ check() { cd ${_hkgname}-${pkgver} - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
