[arch-commits] Commit in haskell-blaze-builder/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Nov 6 23:51:33 UTC 2021


    Date: Saturday, November 6, 2021 @ 23:51:33
  Author: felixonmars
Revision: 1037925

upgpkg: haskell-blaze-builder 0.4.2.2-1: rebuild with blaze-builder 0.4.2.2

Modified:
  haskell-blaze-builder/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-06 23:45:59 UTC (rev 1037924)
+++ PKGBUILD	2021-11-06 23:51:33 UTC (rev 1037925)
@@ -3,16 +3,16 @@
 
 _hkgname=blaze-builder
 pkgname=haskell-blaze-builder
-pkgver=0.4.2.1
-pkgrel=4
+pkgver=0.4.2.2
+pkgrel=1
 pkgdesc="Efficient buffered output"
-url="https://github.com/lpsmith/blaze-builder"
+url="https://github.com/blaze-builder/blaze-builder"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('30f8d1d70a1aeb5b4c4e3170e40207c0f39933050e04bbdff49683a8b2e850921e80fa8e2d7f2b7a2a19fd6340bb65fad9c1d33999abf8a388d3f0ce921d0744')
+sha512sums=('4a0aeaa909a487c652103c5d68180fb34bd2a8be9d625b96056b632081c3f58b8588811f3f47fcf8b58c680ae1c38e4ba8d7066617cb1b660f1994520427d654')
 
 build() {
     cd $_hkgname-$pkgver
@@ -19,7 +19,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
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list