mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gocryptfs to 2.3.2-2
This commit is contained in:
parent
00d29557fe
commit
00bc85f833
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue