| author | Massimiliano Torromeo
<mtorromeo@archlinux.org> 2020-10-13 08:56:20 UTC |
| committer | Massimiliano Torromeo
<mtorromeo@archlinux.org> 2020-10-13 08:56:20 UTC |
| parent | b1811bc961ca8b2979a315693b6e6a907463e3b9 |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index cf1b47e..418ff3b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,15 +5,15 @@ # Contributor: Rene Pärts <rene87@hot.ee> pkgname=libp11 -pkgver=0.4.10 -pkgrel=2 +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=('639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4' +sha256sums=('57d47a12a76fd92664ae30032cf969284ebac1dfc25bf824999d74b016d51366' 'SKIP') validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3')