Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-blaze-builder
Commits: 1dfc2033 by Felix Yan at 2023-09-09T01:09:10+03:00 upgpkg: 0.4.2.3-1: rebuild with blaze-builder 0.4.2.3 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _hkgname=blaze-builder pkgname=haskell-blaze-builder -pkgver=0.4.2.2 -pkgrel=2 +pkgver=0.4.2.3 +pkgrel=1 pkgdesc="Efficient buffered output" url="https://github.com/blaze-builder/blaze-builder" license=("BSD") @@ -12,13 +12,13 @@ arch=('x86_64') depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('4a0aeaa909a487c652103c5d68180fb34bd2a8be9d625b96056b632081c3f58b8588811f3f47fcf8b58c680ae1c38e4ba8d7066617cb1b660f1994520427d654') +sha512sums=('6fe6c817a764ff05564254232820a47cb62e21f1ff2126379456bd796f97c434dfee4787c13aa1567c2864b2a3fae336bb2c0451301218157bcf6af3753271dd') build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-builder/-/commit/1dfc2033f805b105c3970848abe2fd6596711c86 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-builder/-/commit/1dfc2033f805b105c3970848abe2fd6596711c86 You're receiving this email because of your account on gitlab.archlinux.org.
