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

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 30 18:35:43 UTC 2021


    Date: Monday, August 30, 2021 @ 18:35:43
  Author: arojas
Revision: 1010056

Update to 0.11.0

Modified:
  cryfs/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 18:21:19 UTC (rev 1010055)
+++ PKGBUILD	2021-08-30 18:35:43 UTC (rev 1010056)
@@ -4,16 +4,16 @@
 # Contributor: Giuseppe Calà <jiveaxe at gmail.com>
 
 pkgname=cryfs
-pkgver=0.10.3
+pkgver=0.11.0
 pkgrel=1
-pkgdesc="Cryptographic filesystem for the cloud"
+pkgdesc='Cryptographic filesystem for the cloud'
 arch=(x86_64)
-depends=(fuse2 curl)
-makedepends=(cmake python boost)
-url="https://www.cryfs.org"
+depends=(fuse2 curl spdlog fmt boost-libs)
+makedepends=(cmake python boost range-v3)
+url='https://www.cryfs.org'
 license=(LGPL3)
-source=("https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz"{,.asc})
-sha256sums=('051d8d8e6b3751a088effcc4aedd39061be007c34dc1689a93430735193d979f'
+source=(https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz{,.asc})
+sha256sums=('5583f84f3fcbd4bdbdcc9bfe4bb10971b2fca80a67b539b340556b5de482b737'
             'SKIP')
 validpgpkeys=(5D5EC7BC6F1443EC2AF7177A9E6C996C991D25E1) # CryFS Team <messmer at cryfs.org>
 
@@ -25,7 +25,8 @@
   cmake -B build -S . \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF \
-    -DCRYFS_UPDATE_CHECKS=OFF
+    -DCRYFS_UPDATE_CHECKS=OFF \
+    -DDEPENDENCY_CONFIG="cmake-utils/DependenciesFromLocalSystem.cmake"
   cmake --build build
 }
 



More information about the arch-commits mailing list