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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Oct 13 08:56:37 UTC 2020


    Date: Tuesday, October 13, 2020 @ 08:56:37
  Author: mtorromeo
Revision: 723809

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-13 08:56:20 UTC (rev 723808)
+++ PKGBUILD	2020-10-13 08:56:37 UTC (rev 723809)
@@ -1,30 +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.10
-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')
-source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4'
-            '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 723808, libp11/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-13 08:56:37 UTC (rev 723809)
@@ -0,0 +1,30 @@
+# 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=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')
+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
+}



More information about the arch-commits mailing list