[arch-commits] Commit in cryfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Monday, August 30, 2021 @ 18:35:52
  Author: arojas
Revision: 1010057

archrelease: copy trunk to community-x86_64

Added:
  cryfs/repos/community-x86_64/PKGBUILD
    (from rev 1010056, cryfs/trunk/PKGBUILD)
Deleted:
  cryfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 18:35:43 UTC (rev 1010056)
+++ PKGBUILD	2021-08-30 18:35:52 UTC (rev 1010057)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-# Contributor: kaylyn
-# Contributor: Giuseppe Calà <jiveaxe at gmail.com>
-
-pkgname=cryfs
-pkgver=0.10.3
-pkgrel=1
-pkgdesc="Cryptographic filesystem for the cloud"
-arch=(x86_64)
-depends=(fuse2 curl)
-makedepends=(cmake python boost)
-url="https://www.cryfs.org"
-license=(LGPL3)
-source=("https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz"{,.asc})
-sha256sums=('051d8d8e6b3751a088effcc4aedd39061be007c34dc1689a93430735193d979f'
-            'SKIP')
-validpgpkeys=(5D5EC7BC6F1443EC2AF7177A9E6C996C991D25E1) # CryFS Team <messmer at cryfs.org>
-
-prepare() {
-  sed -e '/Release/d' -i doc/CMakeLists.txt # Install man page also with dafault build type
-}
-
-build() {
-  cmake -B build -S . \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF \
-    -DCRYFS_UPDATE_CHECKS=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm 644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: cryfs/repos/community-x86_64/PKGBUILD (from rev 1010056, cryfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-30 18:35:52 UTC (rev 1010057)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+# Contributor: kaylyn
+# Contributor: Giuseppe Calà <jiveaxe at gmail.com>
+
+pkgname=cryfs
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Cryptographic filesystem for the cloud'
+arch=(x86_64)
+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=('5583f84f3fcbd4bdbdcc9bfe4bb10971b2fca80a67b539b340556b5de482b737'
+            'SKIP')
+validpgpkeys=(5D5EC7BC6F1443EC2AF7177A9E6C996C991D25E1) # CryFS Team <messmer at cryfs.org>
+
+prepare() {
+  sed -e '/Release/d' -i doc/CMakeLists.txt # Install man page also with dafault build type
+}
+
+build() {
+  cmake -B build -S . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF \
+    -DCRYFS_UPDATE_CHECKS=OFF \
+    -DDEPENDENCY_CONFIG="cmake-utils/DependenciesFromLocalSystem.cmake"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm 644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
+}



More information about the arch-commits mailing list