Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-mountpoints
Commits: f6569178 by Felix Yan at 2024-02-25T21:00:51+00:00 upgpkg: 1.0.2-25: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-mountpoints + pkgdesc = Lists currently mounted filesystems. + pkgver = 1.0.2 + pkgrel = 25 + url = https://hackage.haskell.org/package/mountpoints + arch = x86_64 + license = LGPL + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/mountpoints/1.0.2/mountpoints-1.0.2.tar.gz + sha512sums = 763b58944ef4422641d4ce92d7a61c79fa95cdae9795e48db194ce10df622a3e079670099daa35f7bb51d4d10ee54ccc411105eb918bab2327d54571d9bd9060 + +pkgname = haskell-mountpoints ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=mountpoints pkgname=haskell-mountpoints pkgver=1.0.2 -pkgrel=24 +pkgrel=25 pkgdesc="Lists currently mounted filesystems." url="https://hackage.haskell.org/package/mountpoints" license=("LGPL") @@ -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-mountpoints/-/commit/f65691789a8b9debf564d9150e6628a2d43266b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mountpoints/-/commit/f65691789a8b9debf564d9150e6628a2d43266b8 You're receiving this email because of your account on gitlab.archlinux.org.
