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

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Fri Aug 5 10:32:43 UTC 2022


    Date: Friday, August 5, 2022 @ 10:32:43
  Author: mtorromeo
Revision: 1260307

archrelease: copy trunk to community-x86_64

Added:
  libp11/repos/community-x86_64/PKGBUILD
    (from rev 1260306, libp11/trunk/PKGBUILD)
  libp11/repos/community-x86_64/keys/
Deleted:
  libp11/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-05 10:32:33 UTC (rev 1260306)
+++ PKGBUILD	2022-08-05 10:32:43 UTC (rev 1260307)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Brian Bidulock <bidulock at openss7.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: kevku <kevku at msn.com>
-# Contributor: Rene Pärts <rene87 at hot.ee>
-
-pkgname=libp11
-pkgver=0.4.11
-pkgrel=2
-pkgdesc="A library implementing a small layer on top of the PKCS11 API"
-arch=('x86_64')
-url="https://github.com/OpenSC/libp11/wiki"
-license=('LGPL')
-depends=('openssl')
-options=('debug')
-source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('57d47a12a76fd92664ae30032cf969284ebac1dfc25bf824999d74b016d51366'
-            'SKIP')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3')
-
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libp11/repos/community-x86_64/PKGBUILD (from rev 1260306, libp11/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-05 10:32:43 UTC (rev 1260307)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: kevku <kevku at msn.com>
+# Contributor: Rene Pärts <rene87 at hot.ee>
+
+pkgname=libp11
+pkgver=0.4.12
+pkgrel=1
+pkgdesc="A library implementing a small layer on top of the PKCS11 API"
+arch=('x86_64')
+url="https://github.com/OpenSC/libp11/wiki"
+license=('LGPL')
+depends=('openssl')
+options=('debug')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('1e1a2533b3fcc45fde4da64c9c00261b1047f14c3f911377ebd1b147b3321cfd'
+            'SKIP')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list