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 \