From 9ad7f8d2ed066cddb16dd2bfcef59a49bf0e5cd5 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 27 Apr 2018 04:44:14 +0000 Subject: [PATCH] community/encfs to 1.9.4-1.1 --- community/encfs/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 0585b953f..963546264 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -5,12 +5,11 @@ # Contributor: Sven Kauber, # Contributor: Daniel J Griffiths -# ALARM: Kevin Mihelich -# - 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 \