Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-hxt-charproperties
Commits: 2c8670fb by Felix Yan at 2024-02-25T20:55:14+00:00 upgpkg: 9.5.0.0-5: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-hxt-charproperties + pkgdesc = Character properties and classes for XML and Unicode + pkgver = 9.5.0.0 + pkgrel = 5 + url = https://github.com/UweSchmidt/hxt + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/hxt-charproperties/9.5.0.0/hxt-charproperties-9.5.0.0.tar.gz + sha512sums = 67e1d02a6f0c89e902fb210b99784ba4e3689b35d05ab149686f7343695a936b0fbf695e672ed088a8bbb283a0517e4a2580b64e36a8322534f45e7e99aba82d + +pkgname = haskell-hxt-charproperties ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=hxt-charproperties pkgname=haskell-hxt-charproperties pkgver=9.5.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Character properties and classes for XML and Unicode" url="https://github.com/UweSchmidt/hxt" license=('MIT') @@ -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-hxt-charproperties/-/commit/2c8670fb34bbbb57d3ced8b2e8f34a4e918c60c9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hxt-charproperties/-/commit/2c8670fb34bbbb57d3ced8b2e8f34a4e918c60c9 You're receiving this email because of your account on gitlab.archlinux.org.
