Date: Thursday, May 21, 2020 @ 15:28:26 Author: felixonmars Revision: 631249
upgpkg: haskell-dbus 1.2.15.1-2: rebuild with unliftio 0.2.13 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-21 15:16:26 UTC (rev 631248) +++ PKGBUILD 2020-05-21 15:28:26 UTC (rev 631249) @@ -4,7 +4,7 @@ _hkgname=dbus pkgname=haskell-dbus pkgver=1.2.15.1 -pkgrel=1 +pkgrel=2 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/" license=("GPL3") @@ -14,6 +14,7 @@ 'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types') makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +checkdepends=('dbus') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('941bb720e16a550a77800a22c2d2e6de5f0494c4f23239abf309e0b65e7132ea819160610c6ca11413f9ee5a0208e6c0ffca9fd71b3f0c90f489e23555f567a9') @@ -23,7 +24,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
