diff --git a/srcpkgs/fscrypt/template b/srcpkgs/fscrypt/template index 0ab2c1cab6..87799d6b9c 100644 --- a/srcpkgs/fscrypt/template +++ b/srcpkgs/fscrypt/template @@ -1,6 +1,6 @@ # Template file for 'fscrypt' pkgname=fscrypt -version=0.2.8 +version=0.2.9 revision=1 build_style=go go_import_path=github.com/google/fscrypt @@ -12,14 +12,9 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://github.com/google/fscrypt" distfiles="https://github.com/google/fscrypt/archive/v${version}.tar.gz" -checksum=17766013a37dc29f4ee2e5ee5296b66481eef6e129c9fa855b3f3f1ff1787f36 +checksum=36f1166d9886548b0d72beeeffb9ca8fb5b28b63a42b369923bc3f0bea78bb3d conf_files="/etc/pam.d/fscrypt" -if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; -then - broken="fscrypt can't be built for 32-bit targets" -fi - post_install() { # build and install the PAM module LDFLAGS= make PREFIX=/usr DESTDIR=${DESTDIR} install-pam