diff --git a/srcpkgs/p11-kit/template b/srcpkgs/p11-kit/template index 4e437a62275..4f6c6df22f2 100644 --- a/srcpkgs/p11-kit/template +++ b/srcpkgs/p11-kit/template @@ -1,14 +1,13 @@ # Template file for 'p11-kit' pkgname=p11-kit -version=0.7 +version=0.9 homepage="http://p11-glue.freedesktop.org" distfiles="$homepage/releases/$pkgname-$version.tar.gz" build_style=gnu-configure -revision=1 short_desc="Provides a way to load and enumerate PKCS#11 modules" maintainer="Juan RP " license="BSD" -checksum=965220495d9db38a1f5f8a50812f19f04cd2091f394f5516952de478d83448ee +checksum=96486f971111f976743be05f2f88b75ced7f14954fad42861b54480c889c66d0 long_desc=" Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. @@ -19,8 +18,6 @@ long_desc=" conf_files="/etc/pkcs11/pkcs11.conf" subpackages="$pkgname-devel" - -post_install() -{ +post_install() { mv ${DESTDIR}/${conf_files}.example ${DESTDIR}/${conf_files} }