Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-yi-rope
Commits:
db42c1d3 by Felix Yan at 2024-11-20T03:30:17+08:00
upgpkg: 0.11-2: rebuild with os-string 2.0.7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-yi-rope
pkgdesc = A rope data structure used by Yi
pkgver = 0.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yi-editor/yi-rope.git
arch = x86_64
license = GPL2
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=yi-rope
pkgname=haskell-yi-rope
pkgver=0.11
-pkgrel=1
+pkgrel=2
pkgdesc="A rope data structure used by Yi"
url="https://github.com/yi-editor/yi-rope.git"
license=("GPL2")
@@ -22,7 +22,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
@@ -31,7 +31,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-yi-rope/-/commit/db42c1d35ae90d44eb846fe15128bec90d2b96a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yi-rope/-/commit/db42c1d35ae90d44eb846fe15128bec90d2b96a6
You're receiving this email because of your account on gitlab.archlinux.org.