[arch-commits] Commit in libgcrypt15/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Sat Jul 11 22:08:45 UTC 2020
Date: Saturday, July 11, 2020 @ 22:08:45
Author: diabonas
Revision: 663300
archrelease: copy trunk to community-x86_64
Added:
libgcrypt15/repos/community-x86_64/PKGBUILD
(from rev 663299, libgcrypt15/trunk/PKGBUILD)
Deleted:
libgcrypt15/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 85 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 48 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-11 22:08:39 UTC (rev 663299)
+++ PKGBUILD 2020-07-11 22:08:45 UTC (rev 663300)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Llewelyn Trahaearn <woefulderelict at gmail.com>
-# Contributor: TheWaffleGuy <gvxq at hotmail.com>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libgcrypt15
-pkgver=1.5.6
-pkgrel=3
-pkgdesc='General purpose cryptographic library based on the code from GnuPG'
-arch=('x86_64')
-url='http://www.gnupg.org'
-license=('LGPL')
-depends=('glibc' 'libgpg-error')
-replaces=('libgcrypt11')
-source=("https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79'
- 'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
- cd libgcrypt-${pkgver}
-
- ./configure \
- --prefix='/usr' \
- --disable-static \
- --disable-padlock-support
- make
-}
-
-package() {
- cd libgcrypt-${pkgver}
-
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share}
-}
-
-# vim: ts=2 sw=2 et:
Copied: libgcrypt15/repos/community-x86_64/PKGBUILD (from rev 663299, libgcrypt15/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-11 22:08:45 UTC (rev 663300)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Llewelyn Trahaearn <woefulderelict at gmail.com>
+# Contributor: TheWaffleGuy <gvxq at hotmail.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libgcrypt15
+pkgver=1.5.6
+pkgrel=4
+pkgdesc='General purpose cryptographic library based on the code from GnuPG'
+arch=('x86_64')
+url='http://www.gnupg.org'
+license=('LGPL')
+depends=('glibc' 'libgpg-error')
+replaces=('libgcrypt11')
+source=("https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}
+ 'libgcrypt15-disable-build-timestamp.patch::https://github.com/gpg/libgcrypt/commit/a785cc3db0c4e8eb8ebbf784b833a40d2c42ec3e.patch')
+sha256sums=('301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79'
+ 'SKIP'
+ 'cbf85bb7e62f3d5b9fcf07fb63a6c7c51d1a01cff7af049f36fd06e4e0b8b3cd')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+prepare() {
+ cd libgcrypt-${pkgver}
+
+ # Remove unreproducible build timestamp
+ patch -Np1 -i ../libgcrypt15-disable-build-timestamp.patch
+
+ autoreconf -if
+}
+
+build() {
+ cd libgcrypt-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --disable-static \
+ --disable-padlock-support
+ make
+}
+
+package() {
+ cd libgcrypt-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{bin,include,lib/libgcrypt.so,share}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list