Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-js-flot
Commits: d1208064 by Felix Yan at 2024-02-25T20:58:15+00:00 upgpkg: 0.8.3-25: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-js-flot + pkgdesc = Obtain minified flot code + pkgver = 0.8.3 + pkgrel = 25 + url = https://github.com/ndmitchell/js-flot#readme + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/js-flot/0.8.3/js-flot-0.8.3.tar.gz + sha512sums = 5732938b37e9036156528c0d34cd99b45405db81d1e70b6651b056075ea8d9b616da1ae709c2de1f2f5be044236a3b81fc358d973769fca26993500ff9d0dabf + +pkgname = haskell-js-flot ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=js-flot pkgname=haskell-js-flot pkgver=0.8.3 -pkgrel=24 +pkgrel=25 pkgdesc="Obtain minified flot code" url="https://github.com/ndmitchell/js-flot#readme" license=("MIT") @@ -18,8 +18,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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-js-flot/-/commit/d12080647ea22ecb992772ca8759f3f1196ca294 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-js-flot/-/commit/d12080647ea22ecb992772ca8759f3f1196ca294 You're receiving this email because of your account on gitlab.archlinux.org.
