[arch-commits] Commit in cryfs/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Thu Apr 12 20:28:56 UTC 2018


    Date: Thursday, April 12, 2018 @ 20:28:55
  Author: zorun
Revision: 316125

upgpkg: cryfs 0.9.9-4

Revert cmake change introduced by mistake

Modified:
  cryfs/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-12 20:23:38 UTC (rev 316124)
+++ PKGBUILD	2018-04-12 20:28:55 UTC (rev 316125)
@@ -5,7 +5,7 @@
 
 pkgname=cryfs
 pkgver=0.9.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Cryptographic filesystem for the cloud"
 arch=(x86_64)
 depends=(crypto++ fuse2 curl)
@@ -26,6 +26,7 @@
 
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTING=OFF \
     -DCRYFS_UPDATE_CHECKS=OFF
   make



More information about the arch-commits mailing list