Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-libmpd
Commits:
7857cab9 by Felix Yan at 2024-02-26T00:02:19+00:00
upgpkg: 0.10.0.0-151: rebuild with GHC 9.2.8, filepath-bytestring 1.4.2.1.13,
ghc-lib-parser 9.2.8.20230729, resolv 0.2.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-libmpd
pkgdesc = Client library for MPD, the Music Player Daemon
pkgver = 0.10.0.0
- pkgrel = 150
+ pkgrel = 151
url = https://hackage.haskell.org/package/libmpd
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
_hkgname=libmpd
pkgname=haskell-libmpd
pkgver=0.10.0.0
-pkgrel=150
+pkgrel=151
pkgdesc='Client library for MPD, the Music Player Daemon'
url='https://hackage.haskell.org/package/libmpd'
license=('MIT')
@@ -23,7 +23,7 @@ build() {
cd ${_hkgname}-${pkgver}
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--ghc-option=-fllvm
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
runhaskell Setup haddock
runhaskell Setup register --gen-script
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-libmpd/-/commit/7857cab93dd66ab7979a55bf1e186185e322308c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-libmpd/-/commit/7857cab93dd66ab7979a55bf1e186185e322308c
You're receiving this email because of your account on gitlab.archlinux.org.