Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pem
Commits:
717fc7d3 by Felix Yan at 2025-01-04T02:36:39+08:00
upgpkg: 0.2.4-292: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pem
pkgdesc = Privacy Enhanced Mail (PEM) format reader and writer.
pkgver = 0.2.4
- pkgrel = 291
+ pkgrel = 292
url = https://hackage.haskell.org/package/pem
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_hkgname=pem
pkgname=haskell-pem
pkgver=0.2.4
-pkgrel=291
+pkgrel=292
pkgdesc="Privacy Enhanced Mail (PEM) format reader and writer."
url="https://hackage.haskell.org/package/${_hkgname}"
license=('BSD')
@@ -18,7 +18,7 @@
sha512sums=('c27531ae89e69cebbeeecdf3cf72b897eb65c2f9b22c898bf88d79664f1b54b592f
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-pem/-/commit/717fc7d37ef6c28d96fa0558a0c6f936fb39a76b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pem/-/commit/717fc7d37ef6c28d96fa0558a0c6f936fb39a76b
You're receiving this email because of your account on gitlab.archlinux.org.