Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-base64
Commits:
9fa6ebae by Felix Yan at 2025-01-04T02:34:55+08:00
upgpkg: 0.4.2.4-77: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-base64
pkgdesc = A modern RFC 4648-compliant Base64 library
pkgver = 0.4.2.4
- pkgrel = 76
+ pkgrel = 77
url = https://github.com/emilypi/base64
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=base64
pkgname=haskell-base64
pkgver=0.4.2.4
-pkgrel=76
+pkgrel=77
pkgdesc="A modern RFC 4648-compliant Base64 library"
url="https://github.com/emilypi/base64"
license=("BSD")
@@ -18,7 +18,7 @@
sha256sums=('640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585')
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 \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-base64/-/commit/9fa6ebae22fed41c6d43c97cc7f8505c3fe3a0d1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-base64/-/commit/9fa6ebae22fed41c6d43c97cc7f8505c3fe3a0d1
You're receiving this email because of your account on gitlab.archlinux.org.