Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-network-info
Commits: 565af8ae by Felix Yan at 2024-02-25T21:01:15+00:00 upgpkg: 0.2.1-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-network-info + pkgdesc = Access the local computer\'s basic network configuration + pkgver = 0.2.1 + pkgrel = 2 + url = https://github.com/jacobstanley/network-info + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/network-info/0.2.1/network-info-0.2.1.tar.gz + sha512sums = a252bd5c34cbbde9dcdd9606b31ed9b9fa802edfc694795f8779fd8f4ffa9092df0ab25426e0a1dca836d74a9357c1b31acb2aa01a9e46e8ffd5959be7a5d619 + +pkgname = haskell-network-info ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=network-info pkgname=haskell-network-info pkgver=0.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Access the local computer\'s basic network configuration" url="https://github.com/jacobstanley/network-info" 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-network-info/-/commit/565af8aeb69d0dc687eef0b60899881d700ccf94 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-network-info/-/commit/565af8aeb69d0dc687eef0b60899881d700ccf94 You're receiving this email because of your account on gitlab.archlinux.org.
