Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-byteorder
Commits: eee1ab85 by Felix Yan at 2024-02-25T21:02:43+00:00 upgpkg: 1.0.4-25: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-byteorder + pkgdesc = Exposes the native endianness or byte ordering of the system. + pkgver = 1.0.4 + pkgrel = 25 + url = http://community.haskell.org/~aslatter/code/byteorder + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/byteorder/1.0.4/byteorder-1.0.4.tar.gz + sha512sums = 970f74a394947b023ab88fa7bc713478b50565e3e9535479ec641283f18e04cb952788334b2ab38fafe723f2d398b1626af92f349abc11a6c6ca5a6974653025 + +pkgname = haskell-byteorder ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=byteorder pkgname=haskell-byteorder pkgver=1.0.4 -pkgrel=24 +pkgrel=25 pkgdesc="Exposes the native endianness or byte ordering of the system." url="http://community.haskell.org/~aslatter/code/byteorder" license=("BSD") @@ -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 \ - --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-byteorder/-/commit/eee1ab85d7821520a6ba4c4eed69007d71aa87b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-byteorder/-/commit/eee1ab85d7821520a6ba4c4eed69007d71aa87b8 You're receiving this email because of your account on gitlab.archlinux.org.
