Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-findbin
Commits: ef9a5707 by Felix Yan at 2024-02-25T21:01:46+00:00 upgpkg: 0.0.5-20: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-findbin + pkgdesc = Locate directory of original program + pkgver = 0.0.5 + pkgrel = 20 + url = https://github.com/hspec/findbin + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/FindBin/0.0.5/FindBin-0.0.5.tar.gz + sha512sums = 427eff520ea9b88bc928d4330d4550d1d7d2254512e63cc8afad5f45b94a58cf4758a704db5b8ca4dd33f5bfced6557965192bd41d621a33eecc0c517548fa9a + +pkgname = haskell-findbin ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=FindBin pkgname=haskell-findbin pkgver=0.0.5 -pkgrel=19 +pkgrel=20 pkgdesc="Locate directory of original program" url="https://github.com/hspec/findbin" license=('BSD') @@ -17,8 +17,8 @@ build() { cd $_hkgname-$pkgver 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 --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-findbin/-/commit/ef9a5707805074ec50e65c0d99090a9c3e2107f8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-findbin/-/commit/ef9a5707805074ec50e65c0d99090a9c3e2107f8 You're receiving this email because of your account on gitlab.archlinux.org.
