Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-old-locale
Commits: 82fdc0bf by Felix Yan at 2024-02-25T21:03:23+00:00 upgpkg: 1.0.0.7-31: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-old-locale + pkgdesc = This package provides the ability to adapt to locale conventions such as date and time formats. + pkgver = 1.0.0.7 + pkgrel = 31 + url = https://hackage.haskell.org/package/old-locale + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/package/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz + sha512sums = 34d018cb040de9adce3ddb8cffabe2a0610f6cd0ff5340ee721b7076671bd5cc3e830f58d16e73240df4b068510f7a24fd1995efc38f002b52d228abc4581d6a + +pkgname = haskell-old-locale ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=old-locale pkgname=haskell-old-locale pkgver=1.0.0.7 -pkgrel=30 +pkgrel=31 pkgdesc="This package provides the ability to adapt to locale conventions such as date and time formats." url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') @@ -21,8 +21,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-old-locale/-/commit/82fdc0bf8e676b2bf9e7a71917f7f2ad5bf3cea5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-old-locale/-/commit/82fdc0bf8e676b2bf9e7a71917f7f2ad5bf3cea5 You're receiving this email because of your account on gitlab.archlinux.org.
