Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
libsecp256k1
Commits:
cf064b61 by Christian Heusel at 2023-09-02T20:12:40+02:00
upgpkg: 1:0.3.2-3: FS#78420: enable modules for extrakeys and schnorrsig
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=libsecp256k1
_commit=7fea0055b88a8f1500326978ed1e239fa49256ea # git rev-parse v${pkgver}
pkgver=0.3.2
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Optimized C library for EC operations on curve secp256k1"
arch=(x86_64)
@@ -39,6 +39,8 @@ build() {
--disable-coverage \
--enable-module-ecdh \
--enable-module-recovery \
+ --enable-module-extrakeys \
+ --enable-module-schnorrsig \
--enable-tests \
--enable-exhaustive-tests \
--with-gnu-ld
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsecp256k1/-/commit/cf064b61feae5cea1ca056f0ae86d38603a5ec7f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libsecp256k1/-/commit/cf064b61feae5cea1ca056f0ae86d38603a5ec7f
You're receiving this email because of your account on gitlab.archlinux.org.