Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
hledger-web
Commits:
536ed069 by Felix Yan at 2024-12-30T04:13:38+08:00
upgpkg: 1.32.1-106: rebuild with system-fileio 0.3.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hledger-web
pkgdesc = Web-based user interface for the hledger accounting system
pkgver = 1.32.1
- pkgrel = 105
+ pkgrel = 106
url = http://hledger.org
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=hledger-web
pkgver=1.32.1
-pkgrel=105
+pkgrel=106
pkgdesc="Web-based user interface for the hledger accounting system"
url="http://hledger.org"
license=("GPL")
@@ -30,7 +30,7 @@ prepare() {
build() {
cd $pkgname-$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 \
-f-dev -f-library-only -fthreaded
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/536ed069cd232f021cb459ea04d42456247d57af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger-web/-/commit/536ed069cd232f021cb459ea04d42456247d57af
You're receiving this email because of your account on gitlab.archlinux.org.