Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-openpgp-asciiarmor
Commits:
51e3edaa by Felix Yan at 2025-01-04T02:36:01+08:00
upgpkg: 0.1.2-246: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-openpgp-asciiarmor
pkgdesc = OpenPGP (RFC4880) ASCII Armor codec
pkgver = 0.1.2
- pkgrel = 245
+ pkgrel = 246
url = http://floss.scru.org/openpgp-asciiarmor
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=openpgp-asciiarmor
pkgname=haskell-openpgp-asciiarmor
pkgver=0.1.2
-pkgrel=245
+pkgrel=246
pkgdesc="OpenPGP (RFC4880) ASCII Armor codec"
url="http://floss.scru.org/openpgp-asciiarmor"
license=('MIT')
@@ -16,7 +16,7 @@
sha512sums=('8dc41995d2a8db54304c558efd7ab083f519be35908fc9d69c980ce943c5c1de89e
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-openpgp-asciiarmor/-/commit/51e3edaa3d7ab3261b4482cc46b49d400bef3c12
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-openpgp-asciiarmor/-/commit/51e3edaa3d7ab3261b4482cc46b49d400bef3c12
You're receiving this email because of your account on gitlab.archlinux.org.