summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-21 17:14:15 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-21 17:14:15 -0500
commitae76335004f3c4fb54c44b86890869210ce4116c (patch)
tree5ec75e38a52adb58d1865dfbbfb4d6b697686279 /pcr
parentf72a1e429fce64be5f2e5cbf226012ed52c7172d (diff)
softhsm-2.1.0-2: updating version
Diffstat (limited to 'pcr')
-rw-r--r--pcr/softhsm/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/softhsm/PKGBUILD b/pcr/softhsm/PKGBUILD
index cfa63fe5d..6f9244781 100644
--- a/pcr/softhsm/PKGBUILD
+++ b/pcr/softhsm/PKGBUILD
@@ -2,27 +2,27 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=softhsm
-pkgver=2.0.0
-pkgrel=1
+pkgver=2.1.0
+pkgrel=2
pkgdesc="Software PKCS11 store"
arch=('i686' 'x86_64')
url="http://www.opendnssec.org/softhsm/"
license=('BSD')
groups=()
-depends=('botan>=1.10' 'sqlite3>=3.4.2' 'openssl>=1.0.0')
+depends=('botan>=1.10' 'sqlite3>=3.4.3' 'openssl>=1.0.0')
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
-backup=("etc/softhsm.conf")
+backup=("etc/softhsm2.conf")
options=(!libtool)
install=
changelog=
source=("http://www.opendnssec.org/files/source/${pkgname}-${pkgver}.tar.gz")
noextract=()
-sha256sums=('eae8065f6c472af24f4c056d6728edda0fd34306f41a818697f765a6a662338d')
+sha256sums=('0399b06f196fbfaebe73b4aeff2e2d65d0dc1901161513d0d6a94f031dcd827e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"