Date: Saturday, May 23, 2020 @ 21:17:16 Author: felixonmars Revision: 632576
upgpkg: haskell-libmpd 0.9.1.0-20: rebuild with tasty 1.3.1 Modified: haskell-libmpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 21:16:25 UTC (rev 632575) +++ PKGBUILD 2020-05-23 21:17:16 UTC (rev 632576) @@ -7,7 +7,7 @@ _hkgname=libmpd pkgname=haskell-libmpd pkgver=0.9.1.0 -pkgrel=19 +pkgrel=20 pkgdesc='Client library for MPD, the Music Player Daemon' url='https://hackage.haskell.org/package/libmpd' license=('MIT') @@ -24,7 +24,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup haddock runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
