Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-xdg-basedir
Commits: 8214517e by Felix Yan at 2024-02-25T21:01:36+00:00 upgpkg: 0.2.2-13: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-xdg-basedir + pkgdesc = A basic implementation of the XDG Base Directory specification + pkgver = 0.2.2 + pkgrel = 13 + url = https://github.com/willdonnelly/xdg-basedir + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/xdg-basedir/0.2.2/xdg-basedir-0.2.2.tar.gz + sha512sums = 4bd857ef8e0e21caff0e6e80ec9fe6f693e4f44b635e6d53c206905d8b08533d7de26d1bf58d7ef7ca3d818508b2d8d9490f6c301c95b9d37fa87e11d2f0346c + +pkgname = haskell-xdg-basedir ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=xdg-basedir pkgname=haskell-xdg-basedir pkgver=0.2.2 -pkgrel=12 +pkgrel=13 pkgdesc="A basic implementation of the XDG Base Directory specification" url="https://github.com/willdonnelly/xdg-basedir" 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 --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --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-xdg-basedir/-/commit/8214517ea9925eb681fd9b2077f1e6ac0fb0a866 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-xdg-basedir/-/commit/8214517ea9925eb681fd9b2077f1e6ac0fb0a866 You're receiving this email because of your account on gitlab.archlinux.org.
