Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-disk-free-space
Commits: 37cb9f83 by Felix Yan at 2024-02-25T21:04:06+00:00 upgpkg: 0.1.0.1-25: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-disk-free-space + pkgdesc = Retrieve information about disk space usage + pkgver = 0.1.0.1 + pkgrel = 25 + url = https://github.com/redneb/disk-free-space + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/disk-free-space/0.1.0.1/disk-free-space-0.1.0.1.tar.gz + sha512sums = 7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a + +pkgname = haskell-disk-free-space ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=disk-free-space pkgname=haskell-disk-free-space pkgver=0.1.0.1 -pkgrel=24 +pkgrel=25 pkgdesc="Retrieve information about disk space usage" url="https://github.com/redneb/disk-free-space" 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-disk-free-space/-/commit/37cb9f83a19ec4b6996a893d52a5ee3973c62776 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-disk-free-space/-/commit/37cb9f83a19ec4b6996a893d52a5ee3973c62776 You're receiving this email because of your account on gitlab.archlinux.org.
