Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-djot
Commits:
7aef45e2 by Felix Yan at 2024-11-19T22:00:23+08:00
upgpkg: 0.1.1.3-2: rebuild with os-string 2.0.7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-djot
pkgdesc = Parser and renderer for djot light markup syntax
pkgver = 0.1.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://hackage.haskell.org/package/djot
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=djot
pkgname=haskell-djot
pkgver=0.1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Parser and renderer for djot light markup syntax"
url="https://hackage.haskell.org/package/djot"
license=("MIT")
@@ -27,7 +27,7 @@ build() {
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
--ghc-option='-pie'
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -36,7 +36,7 @@ build() {
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-djot/-/commit/7aef45e2d1bfec40957a50211af34c1163c1d1f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-djot/-/commit/7aef45e2d1bfec40957a50211af34c1163c1d1f1
You're receiving this email because of your account on gitlab.archlinux.org.