[arch-commits] Commit in libsecp256k1/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Thu Jun 30 11:48:11 UTC 2022


    Date: Thursday, June 30, 2022 @ 11:48:11
  Author: archange
Revision: 1243007

archrelease: copy trunk to community-x86_64

Added:
  libsecp256k1/repos/community-x86_64/PKGBUILD
    (from rev 1243006, libsecp256k1/trunk/PKGBUILD)
Deleted:
  libsecp256k1/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 11:47:06 UTC (rev 1243006)
+++ PKGBUILD	2022-06-30 11:48:11 UTC (rev 1243007)
@@ -1,51 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=libsecp256k1
-_gitcommit=e0508ee9db2725c5efbc1cad434e14c2ebf55427
-pkgver=20220317+1581+ge0508ee
-pkgrel=1
-pkgdesc="Optimized C library for EC operations on curve secp256k1"
-arch=(x86_64)
-url="https://github.com/bitcoin-core/secp256k1"
-license=(MIT)
-depends=(glibc)
-source=(${url}/archive/${_gitcommit}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0b950fb4d1ff56c514c343b183bfac285faaa751bc1e286e54ad0b7c9d76595f')
-
-prepare() {
-  cd secp256k1-${_gitcommit}
-  autoreconf -vfi
-}
-
-build() {
-  cd secp256k1-${_gitcommit}
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/bin \
-    --sysconfdir=/etc \
-    --sharedstatedir=/usr/share/libsecp256k1 \
-    --localstatedir=/var/lib/libsecp256k1 \
-    --disable-static \
-    --disable-benchmark \
-    --disable-coverage \
-    --enable-module-ecdh \
-    --enable-module-recovery \
-    --enable-tests \
-    --enable-exhaustive-tests \
-    --with-gnu-ld
-  make
-}
-
-check() {
-  cd secp256k1-${_gitcommit}
-  make check
-}
-
-package() {
-  cd secp256k1-${_gitcommit}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: libsecp256k1/repos/community-x86_64/PKGBUILD (from rev 1243006, libsecp256k1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 11:48:11 UTC (rev 1243007)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=libsecp256k1
+_gitcommit=43756da819a235d813e7ecd53eae6df073b53247
+pkgver=20220630+1625+g43756da
+pkgrel=1
+pkgdesc="Optimized C library for EC operations on curve secp256k1"
+arch=(x86_64)
+url="https://github.com/bitcoin-core/secp256k1"
+license=(MIT)
+depends=(glibc)
+source=(${url}/archive/${_gitcommit}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e189c22c3e2acda8e4765ba505c3b2f683bbc9fa551672fe004c925f930ae892')
+
+prepare() {
+  cd secp256k1-${_gitcommit}
+  autoreconf -vfi
+}
+
+build() {
+  cd secp256k1-${_gitcommit}
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/bin \
+    --sysconfdir=/etc \
+    --sharedstatedir=/usr/share/libsecp256k1 \
+    --localstatedir=/var/lib/libsecp256k1 \
+    --disable-static \
+    --disable-benchmark \
+    --disable-coverage \
+    --enable-module-ecdh \
+    --enable-module-recovery \
+    --enable-tests \
+    --enable-exhaustive-tests \
+    --with-gnu-ld
+  make
+}
+
+check() {
+  cd secp256k1-${_gitcommit}
+  make check
+}
+
+package() {
+  cd secp256k1-${_gitcommit}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list