summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers2019-10-29 08:52:46 -0700
committerEric Biggers2019-10-29 08:52:46 -0700
commit57ee413f63f5e9993bf9d3e43354a72dfb2eb807 (patch)
tree1a46571d3350c73f03909fe7f19b2936b861477f
parent2afac163a1974d5aa94e8fc5bde05bb1c00ccf31 (diff)
downloadaur-57ee413f63f5e9993bf9d3e43354a72dfb2eb807.tar.gz
Use HTTPS URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d9e04c72623..2a48cbed269c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fscrypt-git
pkgdesc = A tool for managing Linux filesystem encryption
- pkgver = 0.2.5.0.g672cce6
+ pkgver = 0.2.5.8.ga3434e4
pkgrel = 1
url = https://github.com/google/fscrypt
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = fscrypt-git
makedepends = go
depends = pam
provides = fscrypt
- source = git://github.com/google/fscrypt.git
+ source = git+https://github.com/google/fscrypt.git
source = pam_config
sha256sums = SKIP
sha256sums = ae6ceaefc6d936c95a9b7a3f925111ffb946e6fd0152373247f1d40132f05aef
diff --git a/PKGBUILD b/PKGBUILD
index 4f4a40ffd778..818ea4faab68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=fscrypt-git
-pkgver=0.2.5.0.g672cce6
+pkgver=0.2.5.8.ga3434e4
pkgrel=1
pkgdesc='A tool for managing Linux filesystem encryption'
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('git' 'go')
depends=('pam')
provides=('fscrypt')
-source=('git://github.com/google/fscrypt.git' 'pam_config')
+source=('git+https://github.com/google/fscrypt.git' 'pam_config')
sha256sums=('SKIP'
'ae6ceaefc6d936c95a9b7a3f925111ffb946e6fd0152373247f1d40132f05aef')