Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-wcwidth
Commits: 58413791 by Felix Yan at 2024-02-25T20:52:01+00:00 upgpkg: 0.0.2-18: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-wcwidth + pkgdesc = Bindings for your system's native wcwidth + pkgver = 0.0.2 + pkgrel = 18 + url = https://github.com/nikita-volkov/wcwidth + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/wcwidth/0.0.2/wcwidth-0.0.2.tar.gz + sha512sums = 555c38183c7c402a66c151e52bbac9e6c501528cd661ad1708576444b6dc4daa19e0d75c9b79f8590843e0e40b3758d9bea08e426e754688cd32070dfce5a649 + +pkgname = haskell-wcwidth ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=wcwidth pkgname=haskell-wcwidth pkgver=0.0.2 -pkgrel=17 +pkgrel=18 pkgdesc="Bindings for your system's native wcwidth" url="https://github.com/nikita-volkov/wcwidth" license=('BSD') @@ -17,8 +17,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-wcwidth/-/commit/58413791adf813c000154ba0fc0a3cf35f3d9afb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wcwidth/-/commit/58413791adf813c000154ba0fc0a3cf35f3d9afb You're receiving this email because of your account on gitlab.archlinux.org.
