Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-asn1-encoding
Commits:
27c47182 by Felix Yan at 2025-01-04T02:49:06+08:00
upgpkg: 0.9.6-236: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-asn1-encoding
pkgdesc = ASN1 data reader and writer in RAW, BER and DER forms
pkgver = 0.9.6
- pkgrel = 235
+ pkgrel = 236
url = https://github.com/vincenthz/hs-asn1
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=asn1-encoding
pkgname=haskell-asn1-encoding
pkgver=0.9.6
-pkgrel=235
+pkgrel=236
pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms"
url="https://github.com/vincenthz/hs-asn1"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('e31362881ebec21be5dab1c46284ea6e2571dd87f5c730690787303363a01712945
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 \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-asn1-encoding/-/commit/27c4718266fd5ec4807f3b2eaa71732509580f70
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-asn1-encoding/-/commit/27c4718266fd5ec4807f3b2eaa71732509580f70
You're receiving this email because of your account on gitlab.archlinux.org.