George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
encfs
Commits:
aebb51f2 by George Rawlinson at 2025-03-21T21:08:56+13:00
upgpkg: 1.9.5-9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = encfs
pkgdesc = Encrypted filesystem in user-space
pkgver = 1.9.5
- pkgrel = 8
+ pkgrel = 9
url = https://vgough.github.io/encfs/
arch = x86_64
- license = LGPL
+ license = LGPL-3.0-or-later
makedepends = cmake
depends = openssl
depends = fuse2
=====================================
PKGBUILD
=====================================
@@ -6,11 +6,11 @@
pkgname=encfs
pkgver=1.9.5
-pkgrel=8
+pkgrel=9
pkgdesc='Encrypted filesystem in user-space'
arch=('x86_64')
url='https://vgough.github.io/encfs/'
-license=('LGPL')
+license=('LGPL-3.0-or-later')
depends=('openssl' 'fuse2' 'tinyxml2')
makedepends=('cmake')
source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/encfs/-/commit/aebb51f2c5f1bc901146d7b660434a4e40518de2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/encfs/-/commit/aebb51f2c5f1bc901146d7b660434a4e40518de2
You're receiving this email because of your account on gitlab.archlinux.org.