[arch-commits] Commit in libsecp256k1/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Tue Oct 19 12:09:16 UTC 2021


    Date: Tuesday, October 19, 2021 @ 12:09:15
  Author: archange
Revision: 1030965

Update package thanks to upstream hints

Modified:
  libsecp256k1/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-19 11:31:12 UTC (rev 1030964)
+++ PKGBUILD	2021-10-19 12:09:15 UTC (rev 1030965)
@@ -5,12 +5,12 @@
 pkgname=libsecp256k1
 _gitcommit=9526874d1406a13193743c605ba64358d55a8785
 pkgver=20211017+1410+g9526874
-pkgrel=1
+pkgrel=2
 pkgdesc="Optimized C library for EC operations on curve secp256k1"
 arch=(x86_64)
 url="https://github.com/bitcoin-core/secp256k1"
 license=(MIT)
-depends=(gmp)
+depends=(glibc)
 source=(${url}/archive/${_gitcommit}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('e7138d9262e52885d1c5de8f91138832c3a1875de509ce169934be20416b08d7')
 
@@ -35,7 +35,6 @@
     --enable-module-recovery \
     --enable-tests \
     --enable-exhaustive-tests \
-    --disable-openssl-tests \
     --with-gnu-ld
   make
 }



More information about the arch-commits mailing list