Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-lambdahack
Commits: ae8244a3 by Felix Yan at 2025-01-01T04:48:34+08:00 upgpkg: 0.11.0.1-33: rebuild with bytes 0.17.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haskell-lambdahack pkgdesc = A game engine library for tactical squad ASCII roguelike dungeon crawlers pkgver = 0.11.0.1 - pkgrel = 32 + pkgrel = 33 url = https://lambdahack.github.io arch = x86_64 license = BSD ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=LambdaHack pkgname=haskell-lambdahack pkgver=0.11.0.1 -pkgrel=32 +pkgrel=33 pkgdesc="A game engine library for tactical squad ASCII roguelike dungeon crawlers" url="https://lambdahack.github.io" license=("BSD") @@ -22,7 +22,7 @@ sha256sums=('758111db44143d30f36ebaf8927b09a4e3f92beec63b8c2fe66e339cca67b2e2') build() { cd $_hkgname-$pkgver - runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ + runhaskell Setup configure -O --enable-shared --enable-debug-info --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --datasubdir=haskell-lambdahack --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lambdahack/-/commit/ae8244a304ddcd2d0ea88156a2b24fcb8f9b4907 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lambdahack/-/commit/ae8244a304ddcd2d0ea88156a2b24fcb8f9b4907 You're receiving this email because of your account on gitlab.archlinux.org.