Date: Thursday, September 21, 2017 @ 07:08:42 Author: felixonmars Revision: 258964
upgpkg: cblrepo 0.24.0-39 rebuild with aeson,1.2.2.0 Modified: cblrepo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-21 07:07:40 UTC (rev 258963) +++ PKGBUILD 2017-09-21 07:08:42 UTC (rev 258964) @@ -3,7 +3,7 @@ pkgname=cblrepo pkgver=0.24.0 -pkgrel=38 +pkgrel=39 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies" url="https://github.com/magthe/cblrepo" license=("Apache") @@ -23,7 +23,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \ + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" runhaskell Setup build }
