Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-vty5
Commits:
71b357bd by Felix Yan at 2025-01-04T02:33:54+08:00
upgpkg: 5.39-5: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-vty5
pkgdesc = A simple terminal UI library (Legacy 5.x version)
pkgver = 5.39
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/jtdaugherty/vty
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=vty
pkgname=haskell-vty5
pkgver=5.39
-pkgrel=4
+pkgrel=5
pkgdesc="A simple terminal UI library (Legacy 5.x version)"
url="https://github.com/jtdaugherty/vty"
license=("BSD")
@@ -18,7 +18,7 @@
sha512sums=('7692a4a1ce0f3b332b23ead8bf49b6ed580d84bea1d40c01fdf732d124c13ae53bf
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
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vty5/-/commit/71b357bd2d09f561756f1c9179df6b22268a7bf7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vty5/-/commit/71b357bd2d09f561756f1c9179df6b22268a7bf7
You're receiving this email because of your account on gitlab.archlinux.org.