Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / unlambda
Commits: af0b1c2e by Felix Yan at 2024-02-25T20:51:08+00:00 upgpkg: 0.1.4.2-10: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = unlambda + pkgdesc = Unlambda interpreter + pkgver = 0.1.4.2 + pkgrel = 10 + url = https://github.com/abbradar/unlambda + arch = x86_64 + license = GPL + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/unlambda/0.1.4.2/unlambda-0.1.4.2.tar.gz + sha256sums = 523f0ea20464fc6fc055526c3fe6f9de03826ae89fb96a8fa68bd56cddfcfeaa + +pkgname = unlambda ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=unlambda pkgver=0.1.4.2 -pkgrel=9 +pkgrel=10 pkgdesc="Unlambda interpreter" url="https://github.com/abbradar/unlambda" license=("GPL") @@ -17,7 +17,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/unlambda/-/commit/af0b1c2edd81b6dc688df513d0d67f1857210b9d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/unlambda/-/commit/af0b1c2edd81b6dc688df513d0d67f1857210b9d You're receiving this email because of your account on gitlab.archlinux.org.
