From 89f54ff0d8ee92dc8beeb4393ccb6cf2e02d7055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 18 Jun 2020 19:31:24 -0300 Subject: [PATCH] fscrypt: update to 0.2.9. They fixed the issues in 32bit systems. --- srcpkgs/fscrypt/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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