Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-hostname
Commits: 46a1a1a0 by Felix Yan at 2024-02-25T21:00:33+00:00 upgpkg: 1.0-26: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-hostname + pkgdesc = A very simple package providing a cross-platform means of determining the hostname + pkgver = 1.0 + pkgrel = 26 + url = https://hackage.haskell.org/package/hostname + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/hostname/1.0/hostname-1.0.tar.gz + sha512sums = 6e879490e45b20a50b6f2f6bb5f613c1697344e03ec569332587c56e016bb71f742564781682dc8cad3f3fca07f38054ba0862099dc0377857a9e3eb337077ed + +pkgname = haskell-hostname ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=hostname pkgname=haskell-hostname pkgver=1.0 -pkgrel=25 +pkgrel=26 pkgdesc="A very simple package providing a cross-platform means of determining the hostname" url="https://hackage.haskell.org/package/${_hkgname}" 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-hostname/-/commit/46a1a1a023660b76411859b4d333ebe4f04fa7af -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hostname/-/commit/46a1a1a023660b76411859b4d333ebe4f04fa7af You're receiving this email because of your account on gitlab.archlinux.org.
