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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Sep 13 14:43:56 UTC 2016


    Date: Tuesday, September 13, 2016 @ 14:43:56
  Author: jlichtblau
Revision: 189262

upgpkg: encfs 1.9-2 - fixed missing lib files

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-13 14:31:02 UTC (rev 189261)
+++ PKGBUILD	2016-09-13 14:43:56 UTC (rev 189262)
@@ -7,7 +7,7 @@
 
 pkgname=encfs
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='https://vgough.github.io/encfs/'
@@ -24,8 +24,9 @@
   cd build
 
   cmake ../$pkgname-$pkgver \
+      -DUSE_INTERNAL_TINYXML=OFF \
+      -DINSTALL_LIBENCFS=ON \
       -DBUILD_SHARED_LIBS=ON \
-      -DUSE_INTERNAL_TINYXML=OFF \
       -DCMAKE_INSTALL_PREFIX=/usr
   make
 }



More information about the arch-commits mailing list