mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/gocryptfs to 2.0-1
This commit is contained in:
parent
ac2fa49e34
commit
dec347433d
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
_pkgauthor=rfjakob
|
||||
pkgname=gocryptfs
|
||||
pkgver=1.8.0
|
||||
pkgrel=2
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Encrypted overlay filesystem written in Go.'
|
||||
arch=('x86_64')
|
||||
url="https://github.com/${_pkgauthor}/${pkgname}"
|
||||
|
@ -16,7 +16,7 @@ depends=('gcc-libs' 'openssl' 'fuse')
|
|||
makedepends=('go')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz"
|
||||
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc")
|
||||
sha256sums=('c4ca576c2a47f0ed395b96f70fb58fc8f7b4beced8ae67e356eeed6898f8352a'
|
||||
sha256sums=('e0a7bd5bf0afdedcc2f05259efe52c79accfba6ad1cc1f27d1aefac9d922befa'
|
||||
'SKIP')
|
||||
validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
|
||||
|
||||
|
|
Loading…
Reference in a new issue