Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-rsa
Commits:
bd445100 by Felix Yan at 2025-01-04T02:54:36+08:00
upgpkg: 2.4.1-236: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-rsa
pkgdesc = Implementation of RSA, using the padding schemes of PKCS#1
v2.1.
pkgver = 2.4.1
- pkgrel = 235
+ pkgrel = 236
url = https://github.com/GaloisInc/rsa
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=RSA
pkgname=haskell-rsa
pkgver=2.4.1
-pkgrel=235
+pkgrel=236
pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1."
url="https://github.com/GaloisInc/rsa"
license=('BSD')
@@ -17,7 +17,7 @@
sha512sums=('2cd3145f405bdc7dd1ddef3e93ef70a214b02607dc7f9648d36c258ba16eed88193
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-rsa/-/commit/bd445100b2e4e9f5e2d86b619d986c3f8c5ceea5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rsa/-/commit/bd445100b2e4e9f5e2d86b619d986c3f8c5ceea5
You're receiving this email because of your account on gitlab.archlinux.org.