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

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Apr 5 18:54:59 UTC 2019


    Date: Friday, April 5, 2019 @ 18:54:59
  Author: mtorromeo
Revision: 449892

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-05 18:54:30 UTC (rev 449891)
+++ PKGBUILD	2019-04-05 18:54:59 UTC (rev 449892)
@@ -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.9
-pkgrel=1
-pkgdesc="A library implementing a small layer on top of the PKCS11 API"
-arch=('i686' '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=('9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8'
-            '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 449891, libp11/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-05 18:54:59 UTC (rev 449892)
@@ -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.10
+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=('639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4'
+            '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