Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-asn1-types
Commits:
0d30ca7f by Felix Yan at 2025-01-04T02:36:33+08:00
upgpkg: 0.3.4-215: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-asn1-types
pkgdesc = ASN.1 types
pkgver = 0.3.4
- pkgrel = 214
+ pkgrel = 215
url = https://github.com/vincenthz/hs-asn1
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=asn1-types
pkgname=haskell-asn1-types
pkgver=0.3.4
-pkgrel=214
+pkgrel=215
pkgdesc="ASN.1 types"
url="https://github.com/vincenthz/hs-asn1"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('0c2b76f134a77da65ecaa797d92b2ee273a72e9bd4467d354012c2b584216cdf208
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-types/-/commit/0d30ca7fc4657333b1ef08115305b5526971e7b4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-asn1-types/-/commit/0d30ca7fc4657333b1ef08115305b5526971e7b4
You're receiving this email because of your account on gitlab.archlinux.org.