Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-js-dgtable
Commits: 9bf36b0d by Felix Yan at 2024-02-25T21:01:41+00:00 upgpkg: 0.5.2-14: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-js-dgtable + pkgdesc = Obtain minified jquery.dgtable code + pkgver = 0.5.2 + pkgrel = 14 + url = https://github.com/ndmitchell/js-dgtable + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/js-dgtable/0.5.2/js-dgtable-0.5.2.tar.gz + sha512sums = 5854b5083af33ae533fb90c12f88e1b7b777a9a02fc9f38551033f1b31e580b2839453f137bb71e7c7a54ab7ccf652c7eddb60d3f5d30a0ac71bfb668ebe4337 + +pkgname = haskell-js-dgtable ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=js-dgtable pkgname=haskell-js-dgtable pkgver=0.5.2 -pkgrel=13 +pkgrel=14 pkgdesc="Obtain minified jquery.dgtable code" url="https://github.com/ndmitchell/js-dgtable" license=('MIT') @@ -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 --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --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-dgtable/-/commit/9bf36b0d110e8d72a31a80ff4681777bc6a3e4cd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-js-dgtable/-/commit/9bf36b0d110e8d72a31a80ff4681777bc6a3e4cd You're receiving this email because of your account on gitlab.archlinux.org.
