community/encfs to 1.9.4-1.1

This commit is contained in:
Kevin Mihelich 2018-04-27 04:44:14 +00:00
parent 3ad4e6e98d
commit 9ad7f8d2ed

View file

@ -5,12 +5,11 @@
# Contributor: Sven Kauber, <celeon@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - explicitly link v5/v6 with libatomic
# remove when bumped upstream
pkgname=encfs
pkgver=1.9.4
pkgrel=1
pkgrel=1.1
pkgdesc='Encrypted filesystem in user-space'
arch=('x86_64')
url='https://vgough.github.io/encfs/'
@ -29,7 +28,6 @@ build() {
mkdir build
cd build
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(encfs atomic)" >> ../$pkgname-$pkgver/CMakeLists.txt
cmake ../$pkgname-$pkgver \
-DUSE_INTERNAL_TINYXML=OFF \
-DINSTALL_LIBENCFS=ON \