Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-open-browser
Commits: 9a930ba5 by Felix Yan at 2024-02-25T21:01:26+00:00 upgpkg: 0.2.1.0-29: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-open-browser + pkgdesc = Open a web browser from Haskell. + pkgver = 0.2.1.0 + pkgrel = 29 + url = https://github.com/rightfold/open-browser + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/open-browser/0.2.1.0/open-browser-0.2.1.0.tar.gz + sha512sums = 94ba71597c270b518742534b1b9b9a7ca0ede2eeb08a030b03cca6dbe6e5a2de363dc443bae907ca5c90b126aeb7dc5f5dd1eada95ca78a0ba1a8d472df4ada1 + +pkgname = haskell-open-browser ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=open-browser pkgname=haskell-open-browser pkgver=0.2.1.0 -pkgrel=28 +pkgrel=29 pkgdesc="Open a web browser from Haskell." url="https://github.com/rightfold/open-browser" 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-open-browser/-/commit/9a930ba511b4fe0700dda618b86bc18b25d0fed9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-open-browser/-/commit/9a930ba511b4fe0700dda618b86bc18b25d0fed9 You're receiving this email because of your account on gitlab.archlinux.org.
