Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-css-text
Commits:
34d03ec3 by Felix Yan at 2025-01-04T02:35:27+08:00
upgpkg: 0.1.3.0-290: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-css-text
pkgdesc = CSS parser and renderer.
pkgver = 0.1.3.0
- pkgrel = 289
+ pkgrel = 290
url = https://www.yesodweb.com/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=css-text
pkgname=haskell-css-text
pkgver=0.1.3.0
-pkgrel=289
+pkgrel=290
pkgdesc="CSS parser and renderer."
url="https://www.yesodweb.com/"
license=("MIT")
@@ -17,7 +17,7 @@
sha512sums=('2f7b4fc758e3e6da7dadbaf48c9174770de8230ef4578d9fda610ca9b7a4ad49728
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-css-text/-/commit/34d03ec30d8c20f47816168e27ffab6e9373bb68
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-css-text/-/commit/34d03ec30d8c20f47816168e27ffab6e9373bb68
You're receiving this email because of your account on gitlab.archlinux.org.