extra/gocryptfs to 2.3.2-2

This commit is contained in:
Kevin Mihelich 2023-06-03 18:22:25 +00:00
parent 00d29557fe
commit 00bc85f833

View file

@ -7,12 +7,12 @@
_pkgauthor=rfjakob
pkgname=gocryptfs
pkgver=2.3.2
pkgrel=1
pkgrel=2
pkgdesc='Encrypted overlay filesystem written in Go.'
arch=('x86_64')
url="https://github.com/${_pkgauthor}/${pkgname}"
license=('MIT')
depends=('gcc-libs' 'openssl' 'fuse')
depends=('glibc' 'openssl' 'fuse3')
makedepends=('go')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz"